I need to strip off quotes both single and double from form input. This is what I have but it doesn't appear to be working:
str_replace("\"","",$string);
str_replace("\'","",$string);
Please help.
Thanks,
Ron
--
PHP Windows Mailing List (http://www.php.net/)
To unsubscribe, visit: http://www.php.net/unsub.php
