CREATE TEMPORARY TABLE doesn't seem to work

I have inherited a web site that runs on php / mysql and I am having trouble getting some of it to work.

This is part of the script:


function make_country_subcats($country,$pcountry,$accommsTable,$superbreakTable,$adsTable,$link,$category,$accommtype,$extra){

  if($accommtype=="A"){
  $acctype="";
  }else{
  $acctype=$accommtype;
  }
  $qry  = "CREATE TEMPORARY TABLE tmp (";
  $qry .= "county varchar(60) NOT NULL default '',";
  $qry .= "categories varchar(60) NOT NULL default ''";...
PHP:
CREATE TEMPORARY TABLE doesn't seem to work

from PHP http://ift.tt/1RtZ96v
via IFTTT
Previous
Next Post »
Thanks for your comment