PHP Validation class for forms
August 1, 2008 — Jason AshdownJust to top off my daily posts, I have been perfecting a PHP Validation class over the past few months.
At work I tend to do a lot of registration forms for competitions, subscriptions, newsletters, contact forms etc.
So I went to the trouble of creating a very quick and easy validation class that I could include into my projects at a drop of a hat. Inspired by CodeIgniters validation class, it has very similar features. Including helper functions.
It’s even UTF-8 friendly (except for the email function). Please feel free to download and test it out yourself. Read the rest of this entry »