PHP 5.6+ Users This is a new feature as documented on the PHP 5.6 OpenSSL Changes page. At time of
Continue reading
The thoughts and ramblings of an Engineer
PHP 5.6+ Users This is a new feature as documented on the PHP 5.6 OpenSSL Changes page. At time of
Continue readingThe inspiration for this project came from @nivnov pointing me to http://wallbox.weebly.com/. I had somewhat of a different take on the
Continue readingI’m quite a big fan of writing code that interfaces with physical data. It somehow feels more fulfilling to see
Continue readingThe following function finds the number of weeks in a given month, assuming Monday as the first day of the
Continue readingIn PHP you can pass the t format character to the date() function in order to get the number of days
Continue readingWhen files are being uploaded, you cannot rely on the the sends. This data is entirely under the control of
Continue readingThis article assumes you’re using PHP version 5.3 or above. If you are not, you should note that “the PHP
Continue readingThe code is so horrible, it’s gone a full circle and become amazing once again. It’s a method of finding
Continue readingThe following function takes in a number of bytes and the number of decimal places required in the output and
Continue readingThis was a bit of a ridiculous error. It occurred after a PHP upgrade to 5.2.17 running under Apache with
Continue reading