php without ending ?>
this tip could do without any bugs. May it for avoid whitespace buggy.
For files that contain only PHP code, the closing tag (“?>”) is never permitted. It is not required by PHP, and omitting it prevents the accidental injection of trailing white space into the response.
Read more


21. Jul, 2009 