Hi, I have a small (simple?) doubt, if you know the answer kindly reply. I have a top.php and bottom.php template files so that the whole site has pretty much the same look and feel, then I have around 150 scripts that call this files such as index.php or something.php like so:
<?php session_start(); include "top.php"; subject or page matter here include "bottom.php"; ?> I am relying heavily on sessions, right now its become an habit for me to have session_start(); on every page as I start to write it, but have started seeing some funny results as I have a session_start(); in both the calling file and the top.php.... do I really need to have it in both or just one? or does it really matter at all? if just one it should be the file that is calling top.php right? Thanks, -Ryan A We will slaughter you all! - The Iraqi (Dis)information ministers site http://MrSahaf.com -- PHP General Mailing List (http://www.php.net/) To unsubscribe, visit: http://www.php.net/unsub.php