On Oct 24, 2005, at 10:58 AM, [EMAIL PROTECTED] wrote:

Temp tables and user variables are connection specific. They will be there
until you explicitly get rid of them OR your connection closes.

And since I'm not using mysql_pconnect in PHP, that connection is closed at the end of each page being generated, so the temp_table goes away.

--
PHP General Mailing List (http://www.php.net/)
To unsubscribe, visit: http://www.php.net/unsub.php

Reply via email to