How To Strip Windows Newlines in PHP

$text = str_replace(“\r”, “”, $text);
$text = str_replace(“\r”, “”, $text);
Categories: How-To's, Technology Tags: convert, dos, howto, Newline, newlines, php, Strip, tips
|
No comments