Added: 18th of April 2023
Split comma delimeted string using the php explode() function and output resultsAdded: 18th of December 2022
Remove double whitespaces from a string of text using PHP preg_replaceAdded: 3rd of December 2020
What version of .php are my hosts runningAdded: 23rd of October 2020
Running .php scripts from the terminal using UbuntuAdded: 7th of October 2020
Convert all characters to Upper or Lower case in PHP7Added: 17th of January 2016
Get the day of the week for a specified date using PHP7Added: 14th of January 2016
How to upload files larger than 2MB using PHP7Added: 21st of December 2015
Preserve line breaks in PHP. nl2br functionAdded: 18th of December 2015
Convert a Unix timestamp to date and time using PHPAdded: 15th of December 2015
How to validate a form using PHP7Added: 15th of December 2015
Count the number of elements in a PHP array using the count() functionAdded: 27th of November 2015
Pass ampersand through query strings in URL using PHP7