BunnyCDN PHP API Class

A very comprehensive, feature-packed and easy to use PHP class for the BunnyCDN pull and storage zones API. This class whilst having a major focus on file storage zone interaction…

PHP PDO MySQL cheat sheet

PHP PDO is a MySQL handler which uses object orientation. As PDO executes queries with prepared statements it is (with correct usage) safer than MySQLi. Below is the PHP PDO…