Hi list,
I just thought about a small optimization that could make our lives a little easier:
As far as I can see, footoer.inc.php is always the last page to be called. This is why we find much code like this:
include('./footer.inc.php'); exit;
imho, we should be able to put the exit call into footer.inc.php, so that we do not always have to call it manually after having displayed the footer.
Comments?
Regards,