PHP isset() vs empty() vs is_null() comparison
A PHP isset, empty, and is null helper function comparison with a table for variables and common types. Quick rundown isset() returns true when the variable has a value, is…
A PHP isset, empty, and is null helper function comparison with a table for variables and common types. Quick rundown isset() returns true when the variable has a value, is…
Lake Eppalock Point King Bay & Lyal Passage area drone images, the water level at 37%
A shortcut method to quickly creating dynamic Chart.js bar charts using PHP and data from a MySQL database. This blog post is for a single Y-axis bar chart. Gist link….
Efficiently load and read from large files in PHP with the built-in SplFileObject class. fopen() becomes very slow and bogged down once the file size starts getting above a couple…
The handful of SQLite database column data types for storing, Unlike the vast amount of data types MySQL accommodates, SQLite only has 5 types. A simpler and more refined approach…
SQLite is a serverless, self-contained database that in practice works straight out of the box. With no need to install or run to access and use. The SQLite library is…
NBA regular season compared to playoffs shot distance data in a table for ranges in 5ft intervals taken from the NBA API. Data used was the average of each team…
NBA playoffs shot distance data in a table for ranges in 5ft intervals taken from the NBA API. Data used was the average of each team per season, with the…
NBA regular season shot distance data in a table for ranges in 5ft intervals taken from the NBA API. Data used was the average of each team per season, with…
NBA regular season and playoffs shot distance data compared for ranges in 5ft intervals thanks to the NBA API. Data used was the average of each team per season, with…