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.
|