i'm writing this:
echo "foo"; echo " "; echo "bar";
and "bar" is not written in the line below.
What am i doing wrong?
Javi
Newlines in HTML are expressed through <br>, not through .
<br>
Using in PHP creates a newline in the source code, and HTML source code layout is unconnected to HTML screen layout.
2.1m questions
2.1m answers
60 comments
57.0k users