View Single Post

  #1 (permalink)  
Old 05-11-2008
William Gill
 
Posts: n/a
Default validating user input: regex vs. filters?

I have decided that Since I have to update the processing on many of my
forms, I'm going to start them all over from scratch. Before I begin I
thought I'd solicit comments on using the PHP regex functions vs using
the filter functions for cleaning and validating user input.

Reply With Quote