Got it. This is just causing problems with a templating system
we're working on. E-mail templates are not coming out as expected.
We'll work around it :)

Cynic wrote:
> 
> yes, this is as per the manual. the (optional) newline after
> a closing PHP tag ( ?> ) is considered to be a part of the
> tag, and is removed from the output.
> use
> <? print "testing1\n"; ?>
> <? print "testing2\n"; ?>
> <? print "testing3\n"; ?>
> or
> <? print "testing1"; ?>
> 
> <? print "testing2"; ?>
> 
> <? print "testing3"; ?>
>

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