PHP: trying to create a new line with "\n"
05:06 20 Apr 2010

i'm writing this:

echo "foo";
echo "\n";
echo "bar";

and "bar" is not written in the line below.

What am i doing wrong?

Javi

php newline