
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, -- Alexander M. Turek <rabus@users.sourceforge.net> _ __ __ _ _ _ _ __ | |__ _ __ | \/ |_ _ / \ __| |_ __ ___ (_)_ __ | '_ \| '_ \| '_ \| |\/| | | | | / _ \ / _` | '_ ` _ \| | '_ \ | |_) | | | | |_) | | | | |_| |/ ___ \ (_| | | | | | | | | | | | .__/|_| |_| .__/|_| |_|\__, /_/ \_\__,_|_| |_| |_|_|_| |_| |_| |_| |___/ <http://www.phpmyadmin.net>