Hi, To add the DROP table settings, just insert <code> $tab=explode(" ",$line); $output .="DROP TABLE IF EXISTS `".$tab[2]."`;"."\n"; </code> between <code> $in_create_table=true; $line=str_replace("\"", "`", $line); </code> and <code> $output.=$line; $linenumber++; continue; </code> regards, f.
Hi,
To add the DROP table settings, just insert
$tab=explode(" ",$line);
$output .="DROP TABLE IF EXISTS
".$tab[2].";"."\n";between
$in_create_table=true;
$line=str_replace(""", "`", $line);
and
$output.=$line;
$linenumber++;
continue;
regards,
f.