All PHP Tutorials

Solve PHP reindex array: single and multi-dimensional arrays

Tag: PHP

Learn how you can reindex (reset) array keys

Solve PHP notice: use of undefined constant error

Tag: PHP

Learn how to solve PHP notice: use of undefined constant warning

PHP array remove empty values

Tag: PHP

Learn how to remove empty values stored inside your PHP array

PHP write array to a file. With code examples

Tag: PHP

Learn how to write PHP array to a plain text file

PHP implode associative array

Tag: PHP

Learn how to implode an associative array in PHP

PHP array to comma separated string (code snippets included)

Tag: PHP

Learn how to convert a PHP array to a comma separated string

How to change directory of the running PHP script

Tag: PHP

Learn how to change directory of the running PHP script

Convert PHP array to JavaScript array (with code examples)

Tag: PHP

Learn how to convert PHP array to JavaScript array

Solve PHP strtotime produce invalid date

Tag: PHP

Learn how to solve PHP strtotime produce invalid date

Solve PHP in_array not working

Tag: PHP

Learn how to solve PHP in_array function not working

Solve error - invalid argument supplied for foreach() PHP

Tag: PHP

Learn how to solve invalid argument supplied for foreach() PHP error

The call_user_func() function in PHP

Tag: PHP

Learn how the call_user_func() function works in PHP

Solve XAMPP splash.php not found

Tag: PHP

If you can't access splash.php in XAMPP, then read this

Solve PHP fatal error: Call to undefined function imap_open()

Tag: PHP

Learn how to solve PHP fatal error: Call to undefined function imap_open()

The imap_headerinfo() function in PHP

Tag: PHP

Learn how the imap_headerinfo() function works in PHP

PHP incrementing (++) and decrementing (--) operators

Tag: PHP

Learn how PHP incrementing (++) and decrementing (--) operators work

The move_uploaded_file() function in PHP

Tag: PHP

Learn how the move_uploaded_file() function works in PHP

PHP call function from another file with examples

Tag: PHP

Learn how to call a function from another file in PHP

Is PHP case sensitive? Find the answer here

Tag: PHP

Learn about case sensitivity in PHP with this tutorial

The intval() function in PHP

Tag: PHP

Learn how the intval() function works in PHP