07-19-2007, 11:35 PM
[eluser]linuxbz[/eluser]
One easy thing you can do is eliminate the final
tag.
PHP will add it automatically if it is missing, without any whitespace following it.
One easy thing you can do is eliminate the final
Code:
?>
PHP will add it automatically if it is missing, without any whitespace following it.