From: "Angelo Zanetti" <[EMAIL PROTECTED]> > 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();?
Sure, there could be. It just wouldn't be able to output anything unless you were using output buffering. You may want to include library files, connect to database, etc, before you start the session. Depends upon the programmer. ---John Holmes... -- PHP General Mailing List (http://www.php.net/) To unsubscribe, visit: http://www.php.net/unsub.php