Category: PHP

  1. Recursive closures in PHP

    Being quite a JavaScript aficionado, I am used to and quite like functional programming, I finally got the opportunity to use a closure in PHP, a recursive one at that.

  2. Simple PHP Contact Form Library

    Ever had to make a quick contact form on PHP site that’s not using a framework or doesn’t have contact form stuff built in? Well I got fed up of doing just that. The last time I had to make a PHP contact form I put a little bit more effort into making it reusable and bam we have this little library.