[PHP] Print '\n' not working

2003-06-25 Thread Koch-1 Linda
I am using PHP 4, Apache, but the '\n' is not going to the next line during
a print.  Has anyone else encountered this anamoly.



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



RE: [PHP] Print '\n' not working

2003-06-25 Thread Koch-1 Linda

Adam caught my error.  I was not thinking correctly.

Thanks
-Original Message-
From: Adam Voigt [mailto:[EMAIL PROTECTED]

You do know that the \n will only show up in View Source
of an HTML page right? If you want it to show up in a regular
browser window, you need .

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