| 
 Posted by Jaspreet on 05/14/06 18:16 
stevek wrote: 
> Following code does not produce any new lines. Any ideas. 
> 
> echo "This spans\multiple lines. The newlines will be\noutput as well."; 
 
You could probably do one of the following: 
 
echo "Line 1<br>Line2"; 
 
OR 
 
echo "<pre>Line 1\nLine2</pre>";
 
  
Navigation:
[Reply to this message] 
 |