[PHP] \n Seems not to work fine

2002-03-12 Thread Anton

I cannot get a breakline or line appart with \n with printf or print,
I've to use always BR.
\n shows only a space.

I've installed latest stable version of php and apache
bath under Linux and W2k.

Anybody knows something about?

Thanks in advance.




-- 
PHP General Mailing List (http://www.php.net/)
To unsubscribe, visit: http://www.php.net/unsub.php




RE: [PHP] \n Seems not to work fine

2002-03-12 Thread Jason Murray

 I cannot get a breakline or line appart with \n with printf or print,
 I've to use always BR.
 \n shows only a space.

HTML does not break lines on newlines in the source code. That's
why BR is there. 

If you look at the source code, you'll see there is a newline in 
the source. Remember that HTML source code tells the browser how
to render the page.

Jason

-- 
Jason Murray
[EMAIL PROTECTED]
Web Developer, Melbourne IT
Work now, freak later!

-- 
PHP General Mailing List (http://www.php.net/)
To unsubscribe, visit: http://www.php.net/unsub.php