|
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/
Navigation:
[Reply to this message]
|