| 
	
 | 
 Posted by Paul on 11/08/06 23:57 
"Tom" <klenwell@gmail.com> wrote in message  
news:1162926136.445473.216290@h54g2000cwb.googlegroups.com... 
> 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! 
 
Tom - I am actually using a derivitive of: 
http://cyberai.com/inputfilter/ 
 
Good job man!
 
  
Navigation:
[Reply to this message] 
 |