// Make sure you are connected to your database with mysql_connect $tableName = 'your_table'; mysql_query('DROP '.$tableName); PHP: Hope this helps