What is the code to remove everything but numbers and letters from a string?
$output = str_replace("","",$output);
Regards,
Joseph A. Bannon
--
PHP General Mailing List (http://www.php.net/)
To unsubscribe, visit: http://www.php.net/unsub.php
What is the code to remove everything but numbers and letters from a string?
$output = str_replace("","",$output);
Regards,
Joseph A. Bannon
--
PHP General Mailing List (http://www.php.net/)
To unsubscribe, visit: http://www.php.net/unsub.php