|
Posted by -Lost on 06/07/06 07:56
I am actually having similar problems.
I have a string:
abc123
def456
ghi789
I tried preg_replace('/\n/', '', $string); and it does not seem to do anything. If
however, I change the replacement to '...' or something, I see that it *does* replace a
newline, but it appears another newline exists...
Any ideas? If I can provide more information let me know.
-Lost
Navigation:
[Reply to this message]
|