?>
closing tag. This prevents mysterious output from occurring when it is not appropriate. Any text after a closing ?>
, even invisible white space, line feeds, etc., will cause possibly inappropriate output. Without the final tag, no output can occur unless it’s explicitly echoed or printed by PHP code. Extra whitespace within PHP tags has no impact on output.
]]>