PHP number format with number_format() function
Tag: PHP
Learn how to format numbers in PHP using number_format() function
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
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 generate a random number in PHP
Tag: PHP
Learn how to generate a random number in PHP, with code examples