foreach ( $userInput as $key => $value )
       {
        $newvalue[$key] = sanitize( $value );
       }
return $newvalue;

-- 
PHP General Mailing List (http://www.php.net/)
To unsubscribe, visit: http://www.php.net/unsub.php

Reply via email to