PHP

File upload hang in Safari 4

While working on a method to allow the VSU Communications Unit to add or change the stories in the rotation on the main VSU webpage, I ran into a problem that involved a known Safari issue involving file uploads.
I don’t regularly create forms that allow for an upload of a file, however I don’t like [...]

PHP

PHP Form validation

Recently I had to build a custom form for VSU’s implementation of R25 by CollegeNet.  The form was designed to allow individuals to schedule an event at VSU using our facilities and equipment.  The form is a multi-part form that branches off at the third page based on prior answers.
One of the hurdles in the [...]

PHP

ReCaptcha, SSL, and PHP

So in the process of applying the new SSL cert here at work, I discovered an issue with the reCAPTCHA service.
The problem was that I was getting errors saying that my forms were only partially encrypted.  This was due to my use of the reCAPTCHA library, which by default doesn’t use an SSL connection to [...]

PHP, Security, Web Apps