[snip]
I'm using the following to replace certain characters but am having
troubles
with TABS. How do I find them?
$replacement = array("\"", ",", ".", "!", "?",";", ":",")","(","\n");
Thanks
[/snip]
I think \t . Double check with google.
--
PHP General Mailing List (http://www.php.net/)
To u
I'm using the following to replace certain characters but am having troubles
with TABS. How do I find them?
$replacement = array("\"", ",", ".", "!", "?",";", ":",")","(","\n");
Thanks
--
PHP General Mailing List (http://www.php.net/)
To unsubscribe, visit: http://www.php.net/unsub.php
2 matches
Mail list logo