All PHP Tutorials

Is there any differences between PHP die() and exit()?
Aug 12, 2022 | Tag: PHP
Here you will learn the differences between PHP die() and exit()

How to declare global variables in PHP
Aug 11, 2022 | Tag: PHP
Learn how you can make use of global variables in PHP

PHP max_input_vars configuration explained
Aug 11, 2022 | Tag: PHP
Learn how to change the max_input_vars configuration in PHP

PHP number format with number_format() function
Aug 10, 2022 | Tag: PHP
Learn how to format numbers in PHP using number_format() function

How to modify PHP memory limit
Aug 09, 2022 | Tag: PHP
Learn how you can adjust the maximum PHP memory limit usage

PHP solve mbstring extension missing
Aug 08, 2022 | Tag: PHP
Learn how to fix mbstring extension is missing error in PHP configuration

PHP session_encode() function
Aug 07, 2022 | Tag: PHP
Create a serialized session string using session_encode() in PHP

PHP die() function explained with code examples
Aug 06, 2022 | Tag: PHP
Exit your PHP application using the die() function

PHP strlen() function explained with code examples
Aug 05, 2022 | Tag: PHP
Find your string length using strlen() in PHP

How to comment in PHP - with examples
Aug 04, 2022 | Tag: PHP
Learn how you can make a single-line and multi-line comments in PHP

PHP get file extensions (with code example)
Aug 03, 2022 | Tag: PHP
Learn how to get the file extensions in PHP

How to solve PHP undefined index notice
Aug 02, 2022 | Tag: PHP
Learn why PHP shows an undefined index notice and how to solve it

How to check if a PHP string begins or ends with a specific string
Aug 01, 2022 | Tag: PHP
Learn how to check if a PHP string starts or ends with a certain string

Parsing URL in PHP using parse_url()
Jul 29, 2022 | Tag: PHP
Learn how to parse URL in php with the parse_url() function

How to enable PHP zip extension in your web hosting
Jul 28, 2022 | Tag: PHP
Learn how to enable PHP zip in your web hosting

PHP write to file - How to write to a text file using PHP
Jul 28, 2022 | Tag: PHP
Learn how to write text to a file using PHP

PHP append to array - How to add elements to an array
Jul 26, 2022 | Tag: PHP
Learn how to add one or more elements to an array

PHP console log - How to log to console using PHP
Jul 26, 2022 | Tag: PHP
Learn how to write logs to the browser console in PHP. With code examples

How to update PHP version
Jul 25, 2022 | Tag: PHP
Learn how to update your installed PHP version in this tutorial

PHP convert string to number
Jul 25, 2022 | Tag: PHP
Learn how to convert data from string to number type using PHP
See all tutorials tagged with: