|
Posted by Tom on 11/07/06 19:02
One of the first things I did in learning PHP was roll my own
validation library (and incrementally expand and tweak it). Recently,
however, I've converted to this class for some of my projects:
http://cyberai.com/inputfilter/
Also, this class is great for textarea validation in which you allow
html:
http://simon.incutio.com/code/php/SafeHtmlChecker.class.php.txt
But, yes, as last poster noted, you should be able to use PEAR classes
by just including the necessary files.
Tom
On Nov 7, 6:42 am, "Paul" <l...@invalid.com> wrote:
> I normally use HTML_Quickform but new client's server doesn't have it and
> can't get it (ipowerweb.com). So I am reverting back to my beginnings and
> have forgotten how to validate forms easily.
>
> If you know of any links to classes or files (yes, I have already searched
> google) that you like and are EASY to use/implement, please post them or
> links to them.
>
> Many thanks!
Navigation:
[Reply to this message]
|