Apache alias is the method to use the filesystem other than under the document root. Setting an alias directory with…
A simple method and guide to attaching BuyVM storage disk slabs to your VPS. This post uses a 3TB disk…
How to POST JSON data or a file in PHP including receiving the POST request and saving it to a…
A simple method to validate a date or check the date is true to the Gregorian calendar in PHP by…
The Relational database model or schema is one that uses many tables that are all related to each other, hence…
How to load a SQL query from a file instead of having an inline query. This is done to help…
Effectively manage PHP MySQL inserts from a large loop using the PDO connection. The key is to avoid committing data…
Drone images of Derrinal Pool, Moorabbee Bluff and Mt Ida inlet Lake Eppalock with the old wood bridge. Lake level…
How to enable the GD image library for PHP 8 with XAMPP on Windows. All that's needed is a simple…
Modern PHP PDO MySQL database backup script which includes a gzip compression option. Modified from this Stack Overflow post, the…