RE: [PHP-DB] HTTP header information

2004-06-10 Thread James Harrell
Hi Philip, You'll probably want to move your session handling code to the top of the main entry point of your application, rather than starting it in a sub-page. This way all subpages get the benefit of being able to use the session data. Even if not strictly necessary, the option is there in

RE: [PHP-DB] Re: HTTP header information

2004-06-10 Thread James Harrell
Make sure that NO output is done before session_start() is called. Can you post some of your code? See, that's the case. Because I'm essentially just changing the content within the page, it never leaves the page 'viewer.php' - it just changes the content by tacking on '?type=login,

[PHP-DB] When did mysql_query quit allowing multiple queries separated by a semicolon

2004-06-02 Thread James Harrell
it will not be added back in? Thanks, James Harrell http://www.copernicusllc.com http://celestia.cbstech.com -- PHP Database Mailing List (http://www.php.net/) To unsubscribe, visit: http://www.php.net/unsub.php