Hi Rich,
Thank you for your reply.
So far as i know \n should print following characters in a new line, but if I type something like
echo "try \\n as change line \n to see if \n worked or not\n<br>";
the output in my IE browser is
try \n as change line to see if worked or not
At the same time, i noticed that \n works if put php code within <pre></pre> tag.
I guess I should do something in php.ini or some where else to allow html accept \n.
Do you have any idea?
Thanks,
Jun
|