i'd like to know if and how i can insert data into a temporary table.
Is it the same way as you insert into a normal table?
This is what i've done.(Using mysql and PHP)
$create="CREATE TEMPORARY TABLE temp_table ( id INT(10),name varchar(50), type varchar(30), category varchar(5)...
This site uses cookies to help personalise content, tailor your experience and to keep you logged in if you register.
By continuing to use this site, you are consenting to our use of cookies.