Sure. $myFilter = new InputFilter('','',0,0); $_POST = $myFilter->process($_POST);BTW - for what I'm trying to do at the moment, if I change the first line to:
$myFilter = new InputFilter(); it takes care of the Notice problem. Thanks. Al On Jan 6, 2007, at 12:36 PM, Dave Goodchild wrote:
Can you show us what you're calling it with? Al Padley -- PHP General Mailing List (http://www.php.net/) To unsubscribe, visit: http://www.php.net/unsub.php -- http://www.web-buddha.co.uk