Archive for the tag 'PHP'

PHP, Programming

A working recursive directory remove function for PHP

I’ve got a client that really wanted to have functionality built into his site that would duplicate a directory and all the files. No big deal except that all the files end up owned by nobody and with the permissions set to 644, which means I can’t delete them via FTP when something goes wrong […]

Javascript, PHP, Programming

Validating reCaptcha with jQuery and AJAX

This example is well out of date. Please don’t use it as is until I have a chance to update it. I recently did some work for one of my clients that involved securing some simple web forms. These forms were to request literature or request a call back, simple stuff. Incidentally they were getting […]