ruano84 Posted October 30, 2006 Share Posted October 30, 2006 Hi everyone,I am building a php shopping cart system, and i'm trying to use temporary tables. All i want to know is the "lifetime" of a temporary table, i mean, with a permanent connection (mysql_pconnect), how long it'll last, and what're their limitations.Thanks,Alexis RR Link to comment https://forums.phpfreaks.com/topic/25584-temporary-tables-lifetime-in-php/ Share on other sites More sharing options...
ToonMariner Posted October 30, 2006 Share Posted October 30, 2006 it will last as long as the connection lasts - you can use the same name for the table in everyones connection - they will only see the 'table' created for their connection. Link to comment https://forums.phpfreaks.com/topic/25584-temporary-tables-lifetime-in-php/#findComment-116780 Share on other sites More sharing options...
Recommended Posts
Archived
This topic is now archived and is closed to further replies.