Can somebody please give me an idea on how to delte a table from a database?
I am currently trying;
$deltab="Drop Table testtable"; $delete = mysql_query($deltab, $connection) or die(mysql_error());
That is correct. The user that you are connected as must have the DROP permission.