Re: [PHP-LANG] newie question about PHP lang

[email protected] (Joey Smith) Mon, 22 Jul 2002 01:47:59 -0600
Newsgroups php.lang
Message-ID <[email protected]>
php-lang is for specifications of the PHP language, not for
help in programming PHP.

Try php-general.

On Sun, Jul 21, 2002 at 07:29:45AM +0800, KK Lee wrote:
> Dear ALL,
> 
> It seems that i have a very silly problem.
> I can't get the new line escape character to work.
> the following is my SIMPLE script and responding output.
> 
> 
> PHP script:
> <!DOCTYPE HTML PUBLIC
>    "-//W3C//DTD HTML 4.0 Transitional//EN"
>    "http://www.w3.org/TR/html4/loose.dtd" >
> <html>
> <head>
>   <title>TEST</title>
> </head>
> <body bgcolor="#ffffff">
>   <?php
>     echo "this should be printed out:\n";
>     echo "this is a second line";
>   ?>
> </body>
> </html>
> 
> 
> Output in IE6:
> this should be printed out: this is a second line
> 
> 
> regards,
> 
> KK
> 
> 
> -- 
> PHP Language Mailing List (http://www.php.net/)
> To unsubscribe, visit: http://www.php.net/unsub.php