// //CR+LF $text = str_replace("\r\n", '', $text); //CR/LF/CR+LF $text = str_replace(array("\r\n", "\r", "\n"), '', $text); //
// //CR+LF $text = str_replace("\r\n", '', $text); //CR/LF/CR+LF $text = str_replace(array("\r\n", "\r", "\n"), '', $text); //