Home | About | Categories | All Tips & Tutorials

PHP7

Added: 18th of April 2023

Split comma delimeted string using the php explode() function and output results

Added: 18th of December 2022

Remove double whitespaces from a string of text using PHP preg_replace

Added: 3rd of December 2020

What version of .php are my hosts running

Added: 23rd of October 2020

Running .php scripts from the terminal using Ubuntu

Added: 7th of October 2020

Convert all characters to Upper or Lower case in PHP7

Added: 17th of January 2016

Get the day of the week for a specified date using PHP7

Added: 14th of January 2016

How to upload files larger than 2MB using PHP7

Added: 21st of December 2015

Preserve line breaks in PHP. nl2br function

Added: 18th of December 2015

Convert a Unix timestamp to date and time using PHP

Added: 15th of December 2015

How to validate a form using PHP7

Added: 15th of December 2015

Count the number of elements in a PHP array using the count() function

Added: 27th of November 2015

Pass ampersand through query strings in URL using PHP7