how to delete phpmyadmin database table code example
Example 1: phpmyadmin drop database
Open config.inc.php and add this string:
$cfg['AllowUserDropDatabase'] = true;
Example 2: drop table phpmyadmin
in phpmyadmin : click on the table > operations > drop table
in php => https://www.tutorialspoint.com/mysql/mysql-drop-tables.htm