Posted by andy.z on 04/02/07 11:57
If I set a varaible as
$EOL = "\r\n"
But then want to echo that to a HTML page to see the above string
i.e. \r\n
by doing: echo($EOL);
How do I do it?
I've tried quotemeta, addslashes and htmlspecialchar
but can't seem to work it out.
thanks
Andy
Navigation:
[Reply to this message]
|