are the temporary tables created from PHP scripts only available till the script execution or till mysqli_close is used?
just refer to the manual:
http://dev.mysql.com/doc/refman/5.7/en/create-table.html#create-temporary-table
ok thanks
This topic was automatically closed 91 days after the last reply. New replies are no longer allowed.