Barcode generator for PHP
This tutorial is being updated to the latest version of Barcode Generator. Whilst fiddling around with QR Codes, I came…
productivity through technology
This tutorial is being updated to the latest version of Barcode Generator. Whilst fiddling around with QR Codes, I came…
Here are the results of an exercise in e-mail validation using two different PHP options, namely PHP's filter_var() and PHP's…
This script was a quick hack to allow a PDF to be uploaded to replace an outdated one on a…
This was another PHP question in a skills evaluation test I was asked to complete. In this post: Task Write…
This is a very old script I wrote to take CSV data (exported from Excel) and create INSERT statements for…
This one had me stumped! Working with arrays is something that every developer must be comfortable with. Fortunately, PHP has…
This was an assignment given to me as part of an interview process some time back. The brief was simple:…
This is a simple implementation of a QR Code generator using the free goQR.me API.