Posted by Peter Parker on 05/13/07 05:58
The character Β shows up multiple times on my parsed strings. I tried to get rid of it with the following code without success. Is that character represented by anything else? Thanks $bad_chars = array(chr(194), 'Β'); str_replace($bad_chars, '', $parsed_string)
[Reply to this message]
Copyright © 2005-2006 Powered by Custom PHP Programming