I've just created a temporary table into a php function, using the sintax
Code: Select all
$query = "CREATE TEMPORARY TABLE temp_res ( ....data...long.....)Code: Select all
mysql_queryThanks
Paolo
Moderator: General Moderators
Code: Select all
$query = "CREATE TEMPORARY TABLE temp_res ( ....data...long.....)Code: Select all
mysql_query