Hello,
is their a way to go through the $_POST array and do a str_replace on each one so i do
not have to do this
$_POST[""]=str_replace("",""$_POST[""]);
to each of the POST variables?
Thanks
Randy
-- PHP General Mailing List (http://www.php.net/) To unsubscribe, visit: http://www.php.net/unsub.php

