I’m validating allot of fields now in PHP, and I have to preform basic (string length ect.) and more complex (strip <> tags, for example)
Can anyone recommend a class that does this, or maybe a framework, or maybe some functions that do these things?
I assume you’re validating POSTed forms: use Zend_Form and Zend_Filter