Apache alias; Map URL to a filesystem location

5 years ago

Apache alias is the method to use the filesystem other than under the document root. Setting an alias directory with…

How to attach BuyVM Block storage slabs

5 years ago

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 with PHP

5 years ago

How to POST JSON data or a file in PHP including receiving the POST request and saving it to a…

How to validate a date with PHP

5 years ago

A simple method to validate a date or check the date is true to the Gregorian calendar in PHP by…

The Relational database model

5 years ago

The Relational database model or schema is one that uses many tables that are all related to each other, hence…

Load and execute SQL files with PHP

5 years ago

How to load a SQL query from a file instead of having an inline query. This is done to help…

Doing MySQL insert from a PHP loop the right way

5 years ago

Effectively manage PHP MySQL inserts from a large loop using the PDO connection. The key is to avoid committing data…

Lake Eppalock Derrinal Pool drone images

5 years ago

Drone images of Derrinal Pool, Moorabbee Bluff and Mt Ida inlet Lake Eppalock with the old wood bridge. Lake level…

How to enable GD Library with XAMPP PHP 8 on Windows

5 years ago

How to enable the GD image library for PHP 8 with XAMPP on Windows. All that's needed is a simple…

PHP PDO MySQL backup script with compression option

5 years ago

Modern PHP PDO MySQL database backup script which includes a gzip compression option. Modified from this Stack Overflow post, the…