I'm guessing something along the lines of:
--
$string=str_replace("!","",$string);
$string=str_replace("@","",$string);
$string=str_replace("#","",$string);
$string=str_replace("$","",$string);
$string=str_replace("%","",$string);
$string=str_replace("^","",$string);
--
etc.
"Philip J. Newman" <[EMAIL PROTECTED]> wrote in message
003d01c1a6a5$fa7d60e0$0401a8c0@philip">news:003d01c1a6a5$fa7d60e0$0401a8c0@philip...
Any Ideas how I can remove !@#$%^&*()_+=-';:"/.,<>? charactors from a
string?
Philip J. Newman
Philip's Domain - Internet Project.
http://www.philipsdomain.com/
[EMAIL PROTECTED]
Phone: +64 25 6144012
--
PHP General Mailing List (http://www.php.net/)
To unsubscribe, e-mail: [EMAIL PROTECTED]
For additional commands, e-mail: [EMAIL PROTECTED]
To contact the list administrators, e-mail: [EMAIL PROTECTED]