18th of April 2023
Split comma delimeted string using the php explode() function and output results
How do I split a comma delimeted string using PHP and output the results
2126
18th of December 2022
Remove double whitespaces from a string of text using PHP preg_replace
How do I remove double whitespaces from a string on text using preg_replace
1749
3rd of December 2020
What version of .php are my hosts running
How do I check what version of .php is running on my webhosting
2057
23rd of October 2020
Running .php scripts from the terminal using Ubuntu
How do I install PHP in Ubuntu and Ubuntu based distributions, and test scripts using the terminal
2537
7th of October 2020
Convert all characters to Upper or Lower case in PHP7
How do I convert all characters to Upper or Lower case in PHP5
2529
17th of January 2016
Get the day of the week for a specified date using PHP7
How do I get the day of the week using a specified date in PHP5
4529
14th of January 2016
Creating an .htaccess file to upload files and images larger than 2MB on your server running PHP7
How do I upload files larger than 2MB using an upload form in PHP7
4126
21st of December 2015
Preserve line breaks in PHP. nl2br function
How do I preserve line breaks in PHP
9354
18th of December 2015
Convert a Unix timestamp to date and time using PHP
How do I convert a unix timestamp to readable time and date using PHP
5440
15th of December 2015
How to validate a form using PHP7
How do I validate a form in PHP7, getting user input
3583
15th of December 2015
Count the number of elements in a PHP array using the count() function
How do I count the number of elements in an array using PHP7
3239
27th of November 2015
Pass ampersand through query strings in URL using PHP7
Why can't I pass an ampersand through my URL in PHP7
5463