Re: [PHP] session variables in OOP....

2002-06-14 Thread Nick Wilson
-BEGIN PGP SIGNED MESSAGE- Hash: SHA1 * and then W. Enserink declared > Nick: thx for the tip, it removed the error, and might further be a good > idea: except: > do you know if I can declare session variables and use them in between the > output buffer statements > like this: (i tri

Re: [PHP] session variables in OOP....

2002-06-14 Thread 1LT John W. Holmes
sions, whatever, at any point. Or you can use output buffering... ---John Holmes... - Original Message - From: "Wilbert Enserink" <[EMAIL PROTECTED]> To: <[EMAIL PROTECTED]> Sent: Friday, June 14, 2002 7:44 AM Subject: [PHP] session variables in OOP Hi all, I&#

Re: [PHP] session variables in OOP....

2002-06-14 Thread W. Enserink
le"; ob_get_contents();//show the buffer ob_end_flush() ;//clear the buffer - Original Message - From: "Nick Wilson" <[EMAIL PROTECTED]> To: <[EMAIL PROTECTED]> Sent: Friday, June 14, 2002 1:59 PM Subject: Re: [PHP]

Re: [PHP] session variables in OOP....

2002-06-14 Thread Nick Wilson
-BEGIN PGP SIGNED MESSAGE- Hash: SHA1 * and then Wilbert Enserink declared > I hope you understand my problem and have some tips for me. Below is some code >snippets I'm using: Actually it's a little tricky to understand ;-) Have you considered output buffering? - -- Nick Wilson

[PHP] session variables in OOP....

2002-06-14 Thread Wilbert Enserink
Hi all, I'm busy building a site which uses OOP. Several classes are used to constuct different sections of the final page to be displayed. The overall class is called class.basepage.php This is the page which outputs HTML and calls other classes to construct other parts of the page. Now I h