> text file:
> This is
> a
> 
> test
> 
> output:
> This is a test

HTML ignores carriage returns. You could wrap it in <PRE></PRE> tags, or
<SPAN STYLE='white-space: pre;'></SPAN> tags.

Jason

-- 
PHP General Mailing List (http://www.php.net/)
To unsubscribe, e-mail: [EMAIL PROTECTED]
For additional commands, e-mail: [EMAIL PROTECTED]
To contact the list administrators, e-mail: [EMAIL PROTECTED]

Reply via email to