Solve PHP how to get yesterday's date
Tag: PHP
Learn how you can get yesterday's date in PHP - with code examples
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 write array to a file. With code examples
Tag: PHP
Learn how to write PHP array to a plain text file
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 error - invalid argument supplied for foreach() PHP
Tag: PHP
Learn how to solve invalid argument supplied for foreach() PHP error
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()
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