PHP isset() vs empty() vs is_null() comparison

5 years ago

A PHP isset, empty, and is null helper function comparison with a table for variables and common types. Quick rundown…

Lake Eppalock Point King Bay & Lyal Passage drone images

5 years ago

Lake Eppalock Point King Bay & Lyal Passage area drone images, the water level at 37%

Easy Chart.js Bar charts with PHP and MySQL

5 years ago

A shortcut method to quickly creating dynamic Chart.js bar charts using PHP and data from a MySQL database. This blog…

Reading large files in PHP with SplFileObject

5 years ago

Efficiently load and read from large files in PHP with the built-in SplFileObject class. fopen() becomes very slow and bogged…

The SQLite3 data types

5 years ago

The handful of SQLite database column data types for storing, Unlike the vast amount of data types MySQL accommodates, SQLite…

SQLite3 with PHP; Creating a database and connecting to it.

5 years ago

SQLite is a serverless, self-contained database that in practice works straight out of the box. With no need to install…

NBA shot distance per season; Field goal attempts, makes and percent table with changes (Regular vs Playoffs)

5 years ago

NBA regular season compared to playoffs shot distance data in a table for ranges in 5ft intervals taken from the…

NBA shot distance per season; Field goal attempts, makes and percent table with changes (Playoffs)

5 years ago

NBA playoffs shot distance data in a table for ranges in 5ft intervals taken from the NBA API. Data used…

NBA shot distance per season; Field goal attempts, makes and percent table with changes (Regular season)

5 years ago

NBA regular season shot distance data in a table for ranges in 5ft intervals taken from the NBA API. Data…

NBA shot distance per season; Field goal attempts, makes and percent for different ranges (Regular season & Playoffs)

5 years ago

NBA regular season and playoffs shot distance data compared for ranges in 5ft intervals thanks to the NBA API. Data…