I have a quite stupid problem:
I can't display new lines with echo using "\n".
Some body knows a solution?. I am using php with Apache. Thanks
Carlos
try "<br>\n"
echo "New<br>Line";
should work by itself... I never got "\n" working for me either.