PHP number format with number_format() function

Tag: PHP

Learn how to format numbers in PHP using number_format() function

How to modify PHP memory limit

Tag: PHP

Learn how you can adjust the maximum PHP memory limit usage

PHP solve mbstring extension missing

Tag: PHP

Learn how to fix mbstring extension is missing error in PHP configuration

PHP session_encode() function

Tag: PHP

Create a serialized session string using session_encode() in PHP

PHP die() function explained with code examples

Tag: PHP

Exit your PHP application using the die() function

PHP strlen() function explained with code examples

Tag: PHP

Find your string length using strlen() in PHP

How to comment in PHP - with examples

Tag: PHP

Learn how you can make a single-line and multi-line comments in PHP

PHP get file extensions (with code example)

Tag: PHP

Learn how to get the file extensions in PHP

How to solve PHP undefined index notice

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

Tag: PHP

Learn how to check if a PHP string starts or ends with a certain string

Parsing URL in PHP using parse_url()

Tag: PHP

Learn how to parse URL in php with the parse_url() function

How to enable PHP zip extension in your web hosting

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

Tag: PHP

Learn how to write text to a file using PHP

PHP append to array - How to add elements to an array

Tag: PHP

Learn how to add one or more elements to an array

PHP console log - How to log to console using PHP

Tag: PHP

Learn how to write logs to the browser console in PHP. With code examples

How to update PHP version

Tag: PHP

Learn how to update your installed PHP version in this tutorial

PHP convert string to number

Tag: PHP

Learn how to convert data from string to number type using PHP

How to check PHP version

Tag: PHP

Learn how to check PHP version installed on your server or computer

PHP how to add a new line to strings

Tag: PHP

Learn how to create a new line using PHP

How to generate a random number in PHP

Tag: PHP

Learn how to generate a random number in PHP, with code examples