It doesn't count just normal whitespace, ex:
Although it is a good practice, for any file that you are including, or just all-php, to prevent these errors:PHP Code:<?php
session_start( );
// blabla
?>
Do not put the closing PHP operator into your program.
if you leave it blank, it prevents whitespace.PHP Code:?>
Just FYI![]()






.
Reply With Quote