is there any function that will always replace a "&" with a "&" in a string?
$string = str_replace('&', ' ', $string);
-- Stuart
-- PHP General Mailing List (http://www.php.net/) To unsubscribe, visit: http://www.php.net/unsub.php
is there any function that will always replace a "&" with a "&" in a string?
-- Stuart
-- PHP General Mailing List (http://www.php.net/) To unsubscribe, visit: http://www.php.net/unsub.php