I have the following statement:
echo $bannerpath. "\n";
I want to get a new line from the "\n".
Why does this not work for me?
It should work, view source and check.
You probably want linebreak in html though, so use that i.e. <br>
Well, I am echoing to a browser window. Does the "\n" only work outside a browser window?