Hello Angelo, On 3 Feb 2004 at 9:36, Angelo Zanetti wrote:
> is there ever a certain situation where you would have something at the top > of your page before session_start();? If so why would it be before > session_start();? The closest thing to a "certain situation" that I can think of is when want to set session variables only if certain conditions are met (e.g. only if the password submitted by a user matches the one in the database). In this case, for obvious reasons, you'll need PHP code before the session_start() statement. Does this help at all? Erik -- PHP General Mailing List (http://www.php.net/) To unsubscribe, visit: http://www.php.net/unsub.php