Hi,
I am trying to output a newline, but this doesn't work:
echo "Line1\nLin e2";
Before anyone says, I know HTML doesn't recognise newlines. I don't
need newlines in the rendered HTML, I need newlines in the SOURCE to
make it understandable.
Cheers,
Lister
I am trying to output a newline, but this doesn't work:
echo "Line1\nLin e2";
Before anyone says, I know HTML doesn't recognise newlines. I don't
need newlines in the rendered HTML, I need newlines in the SOURCE to
make it understandable.
Cheers,
Lister
Comment