On Mon, 2004-01-26 at 08:13, Viviane Hu wrote:
> Hi,
> 
> Je try to use PHP. 
> Je wrote to this code
>   <?php
>       echo "hello \n";
>       echo "viviane \n";
>  ?>
>  I expect a print out like :
>    hello
>    viviane
> 
>  but the print out (IE) is  "hello viviane"
> 


<?php
echo "hello <br />\n";
echo "viviane";
?>

<pre>
<?php
echo "hello \n";
echo "viviane";
?>
</pre>


-- 
Brian        GnuPG -> KeyID: 0x04A4F0DC | URL: www.gfx-design.com/keys
                                          Key Server: pgp.mit.edu
======================================================================
gpg --keyserver pgp.mit.edu --recv-keys 04A4F0DC
GnuPG: http://gnupg.org
http://www.biglumber.com/x/web?qs=0x2C35011004A4F0DC
Linux Registered User #339825 at http://counter.li.org

Attachment: signature.asc
Description: This is a digitally signed message part

Reply via email to