Posted by Greg N. on 10/20/05 01:00
ThaRez wrote: > How do I remove the possible > newlines... $text = str_replace(chr(13)," ",$text); // remove carriage return $text = str_replace(chr(10)," ",$text); // remove line feed -- Gregor's Motorradreisen: http://hothaus.de/greg-tour/
[Back to original message]
Copyright © 2005-2006 Powered by Custom PHP Programming