What function should I use to delete a table from mysql DB? Thank you
Felipe Lopes
DROP TABLE tablename;
But what function should I use to delete a table through an php script?? Thank you
Same one.