Re: [PHP-DB] Sessions and Frames

2001-10-18 Thread Raquel Rice
> > -Original Message- > > From: TJayBelt <[EMAIL PROTECTED]> > > To: [EMAIL PROTECTED] <[EMAIL PROTECTED]> > > Date: Thursday, October 18, 2001 8:28 AM > > Subject: [PHP-DB] Sessions and Frames > > > > > > >I have a site that is successfully using sessions and authentication. > > >However

RE: [PHP-DB] Sessions and Frames

2001-10-18 Thread Premysl Dedic
I also suppose that something is printed before Header() function. Suppose, that you have code: I such a case NO BLANK characters are allowed after closing "?>" in included "xxx" file. Newline is enough to produce an error, you have received. Premysl Dedic, Need, a.s. (Quest Group, a.s.

RE: [PHP-DB] Sessions and Frames

2001-10-18 Thread Nally, Tyler G.
legion.org <http://www.legion.org> // // > -Original Message- > From: Dobromir Velev [ mailto:[EMAIL PROTECTED] <mailto:[EMAIL PROTECTED]> ] > Sent: Thursday, October 18, 2001 3:50 AM > To: TJayBelt; [EMAIL PROTECT

Re: [PHP-DB] Sessions and Frames

2001-10-18 Thread Dobromir Velev
Hi, Every different page in a framset is loaded separatly so the only thing you should be aware of is not to output anything before the session stuff. Also you can use the output control functions lie ob_start - check the PHP manual for more info. HTH Dobromir Velev -Original Message- Fr