So, here's one from my library that I thought I'd share. When dealing with some integratio...
I work quite a lot with location based information. More often than not (don't ask why) I ...
.htpasswd files are annoying. There are loads of tools out there to create them, but I wan...
In all my authentication systems, I've implemented the functionality to generate a tempora...
In PHP, there's a great method called openssl_random_pseudo_bytes() which according to PHP...
I often need to ZIP up an entire directory on a server. Whether it's sending out documents...
As you know, I integrate with a large number of Payment Providers. For some reason, they'v...
As with any web application, there are some stats that you would like to keep in a cookie....
Whether it's using HTTP Redirect to send a user from an old (no longer in use) page, or re...
In work and outside of work I develop a lot of RESTful services. Primarily I use ZendFrame...