--- PHPLover <[EMAIL PROTECTED]> wrote:
> is \n same as <br>

This is not true.

> I know that \n creates a break in source and not in display.
> Is it possible to make \n does the same function as <br>

No, but you can convert your newlines to the HTML equivalent:

http://www.php.net/nl2br

Hope that helps.

Chris

=====
My Blog
     http://shiflett.org/
HTTP Developer's Handbook
     http://httphandbook.org/
RAMP Training Courses
     http://www.nyphp.org/ramp

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

Reply via email to