RE: [PHP-DB] RE: regarding session

2002-09-19 Thread Smita Manohar
From: John Holmes [EMAIL PROTECTED] Reply-To: [EMAIL PROTECTED] To: 'Smita Manohar' [EMAIL PROTECTED],[EMAIL PROTECTED] Subject: RE: [PHP-DB] RE: regarding session Date: Wed, 18 Sep 2002 06:58:17 -0400 You must call session_start() _before_ any output is sent to the browser. This means before

RE: [PHP-DB] RE: regarding session

2002-09-19 Thread Smita Manohar
it done?? thanks in advance :-) smita. From: John Holmes [EMAIL PROTECTED] Reply-To: [EMAIL PROTECTED] To: 'Smita Manohar' [EMAIL PROTECTED],[EMAIL PROTECTED] Subject: RE: [PHP-DB] RE: regarding session Date: Wed, 18 Sep 2002 06:58:17 -0400 You must call session_start() _before_ any output is sent

RE: [PHP-DB] RE: regarding session

2002-09-18 Thread John Holmes
You must call session_start() _before_ any output is sent to the browser. This means before html or any other output at all. ---John Holmes... -Original Message- From: Smita Manohar [mailto:[EMAIL PROTECTED]] Sent: Wednesday, September 18, 2002 6:09 AM To: [EMAIL PROTECTED]