Possible Duplicate:
why in some scripts they omit the closing php tag ?>
As explained in the Code Igniter style guide, it seems that PHP closing tags are optional. It even say you should avoid it for several reasons.
Anyone would have some more information about this issue ?
Thanks !
One reason people avoid the closing ?> tag is avoid “the headers already sent error” due to line breaks or other invisible characters after the ?> tag.