![]() |
|
|
+ Search |
![]()
|
Mar 2nd, 2000 13:54
Matt Gregory, Okke Tijhuis, madhu Kangara,
The newline passed in an echo or print() is sent to the browser as
string information, not formatting information. You need a <BR> tag in
your code to create a line break in HTML.
You can also use the nl2br(string myoutput) function to turn newlines
into <BR> tags.
nl2br("......\n");.