On Fri, Jan 30, 2009 at 1:45 PM, Nitsan Bin-Nun <nit...@binnun.co.il> wrote:
> I was just wondering whether people enclosing their PHP tags declarations,
> I don't close these <?php tags just because the interpreter doesn't really
> needs them,
> and for the second reason - if a space/tab/new line/etc will beneath them it
> will cause
> problems with output buffering and session handling.
>
> Do you close your PHP <?php tags?
>
> (at least I closed them here :P look down)
> --
> ?>
> Nitsan Bin-Nun
> Web Applications Developer
> nit...@binnun.co.il
> 972-52-5722039
>

I only close tags inside templates.  All of my logic code is outside
of markup though so those files never have a closing ?> for exactly
the reasons you stated.

-- 
http://www.voom.me | EFnet: #voom

-- 
PHP General Mailing List (http://www.php.net/)
To unsubscribe, visit: http://www.php.net/unsub.php

Reply via email to