If you are trying to use \n for a new line in HTML code, it will not work.
In other words
echo "<html><h1>Hello\nWorld</h1></html"; will not work.  You must use <br>
instead.  Also, be sure that you are using double quotes instead of single
quotes.  Single quoted text is literally interpreted.


--
Gaylen
[EMAIL PROTECTED]
http://www.gaylenandmargie.com
PHP KISGB v1.01 Guestbook http://www.gaylenandmargie.com/publicscripts

"Alpherjo" <[EMAIL PROTECTED]> wrote in message
[EMAIL PROTECTED]">news:[EMAIL PROTECTED]...
> I am just learning PHP. I have it installed on my Win 2000 IIS to
practice,
> and after I save PHP files in my wwwroot folder, I go ahead and access my
> practice pages through IE via my full (universal) server address. However,
> the \n code (to start a new line) never works. Any ideas?
> Thanks!
>
>



-- 
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