php: \n
php: \n
Out of context: Reply #3
- Started
- Last post
- 16 Responses
- emecks0
Good morning!!
Well my fine fellow the \n you are enquiring about is a line break.
if you do something along the lines of
print "<p>line one</p> \n <p>line two</p>";
and compare that to this:
print "<p>line one</p> <p>line two</p>";
you will see the difference it makes :)I hope and trust that this will be of use to you old chap!
Gouranga!!
- lol, no difference...to
- it's different if you look at the codeneverblink