Re: [PHP] sessions and temporary tables

2002-06-18 Thread 1LT John W. Holmes
s old. ---John Holmes... - Original Message - From: "Wilbert Enserink" <[EMAIL PROTECTED]> To: <[EMAIL PROTECTED]> Sent: Tuesday, June 18, 2002 5:21 AM Subject: [PHP] sessions and temporary tables hi all, i have this problem: 1) on the start of each script I ca

RE: [PHP] sessions and temporary tables

2002-06-18 Thread Brian McGarvie
unless you open a persistent connection, connections are closed automatically at the end of execution of a script. > -Original Message- > From: W. Enserink [mailto:[EMAIL PROTECTED]] > Sent: 18 June 2002 10:41 AM > To: [EMAIL PROTECTED] > Subject: Re: [PHP] sessions and t

Re: [PHP] sessions and temporary tables

2002-06-18 Thread W. Enserink
OTECTED]> Sent: Tuesday, June 18, 2002 11:31 AM Subject: Re: [PHP] sessions and temporary tables > On Tuesday 18 June 2002 17:21, Wilbert Enserink wrote: > > > i have this problem: > > > My Q: howcome mySQL is not able to find this temporary table anymore >

Re: [PHP] sessions and temporary tables

2002-06-18 Thread Jason Wong
On Tuesday 18 June 2002 17:21, Wilbert Enserink wrote: > i have this problem: > My Q: howcome mySQL is not able to find this temporary table anymore > It seems to have destroyed this table when leaving the search.php page, but > that's a rather odd idea, cause I thought it maintained while

[PHP] sessions and temporary tables

2002-06-18 Thread Wilbert Enserink
hi all, i have this problem: 1) on the start of each script I call session_start() 2) on my search.php page I query an info-table, put the results in a temporary table called $SID(=session_id()), and display the results. As a check I also query the table $SID and voila: the results were indee