Does anyone know of a good function out there for filtering generic input from forms? Zend_Filter_input seems to require prior knowledge of the contents of the input and I\'
htmlspecialchars() is perfectly adequate for filtering user input that is displayed in html forms.
htmlspecialchars()