Posted by ZeldorBlat on 11/23/05 21:24
Figure out what characters are causing the problem and use str_replace(): <http://www.php.net/manual/en/function.str-replace.php> You can then replace any characters you don't want with something else (like an empty string). With the weird hidden characters, you may need to use ord() and chr() to figure out what the ASCII values are.
[Reply to this message]
Copyright © 2005-2006 Powered by Custom PHP Programming