Discussion in 'PHP' started by tomsign, Jul 24, 2010.
Hi,, Anyone tell me how i can delete table from data base? Thanks in advance
In PHP, use the following code: mysql_query("DROP TABLE `table_name`;");
lmgtfy.com/?q=sql+drop+table mysql_query('DROP TABLE tablename'); ...
Separate names with a comma.