“Hello World!” with PHP
If you are going to learn to code with PHP for the web, you will eventually need to set up…
productivity through technology
If you are going to learn to code with PHP for the web, you will eventually need to set up…
This post from the archives deals with HTML email formatting when sending multi-part emails with PHP’s mail() function.
Time limits are imposed on scripts running on a web server in an attempt to prevent slow scripts from downgrading…
This was another little exercise I was asked to submit as part of a job application. I think my code…
And here is a particularly ugly solution to a simple problem: The code is self-documenting. Originally published 8 October 2013.…
Setting up a dev box with Apache HTTP Server, PHP and MySQL is an important skill for any web developer.…
I battled for hours to install MongoDB on my WAMP dev box. Setting MongoDB up is a breeze; getting it…
This simple PHP script lists all the folders in a directory. I use this code on the homepage of my…
Some more fiddling with PHP cURL. In this tutorial: See also: 1. Enable cURL 2. Demo See the demo here:…
I cannot remember why I was busy fiddling with cURL, but I did some fiddling scraping URLs using the PHP…
I am busy maintaining my dev box and upgrading all the software necessary for all the “fun stuff”. Part of…