Quote:
|
Originally Posted by Dusen
I have php outputting some text with ^M's in it? How can I wipe these out in a string?
^M's being the carriage return code.
preg_replace?
|
^M's being the DOS carriage return code. Microsoft strikes again!!!!! Learn unix shell.