On Oct 24, 2005, at 10:58 AM, SGreen@xxxxxxxxxx wrote:
Temp tables and user variables are connection specific. They will be thereuntil 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