$find= array('& ','W&OD', '"&"', chr(146), '[p]'); $replace= array("& ","W&OD", '"&"', "'", '<br>');
$words= str_replace ($find, $replace, $text);
Thanks.....
-- PHP General Mailing List (http://www.php.net/) To unsubscribe, visit: http://www.php.net/unsub.php