RE: [PHP-WIN] Small Doubt in PHP Manual...pls help

2002-05-05 Thread Ross Fleming
ROTECTED]] Sent: 05 May 2002 21:43 To: [EMAIL PROTECTED] Subject: [PHP-WIN] Small Doubt in PHP Manual...pls help Note that the "?>" sequence also eats a end-of-line character after it, so this end-of-line won't get generated to the implicitly echo'ed output. If you need to

[PHP-WIN] Small Doubt in PHP Manual...pls help

2002-05-05 Thread theN
Note that the "?>" sequence also eats a end-of-line character after it, so this end-of-line won't get generated to the implicitly echo'ed output. If you need to generate an end-of-line after the "?> sequence, you MUST follow it by another end-of-line... This above is a User Contributed Note on