On Thursday 15 April 2004 01:38 pm, John W. Holmes wrote:
> Certainly don't need to fire up the regex engine.
>
> return str_replace(array("\r","\n","\t"),'',$html);Sweet, didn't know you pass it an array. Thx! -- Greg Donald [EMAIL PROTECTED] -- PHP General Mailing List (http://www.php.net/) To unsubscribe, visit: http://www.php.net/unsub.php

