mysql_drop_db
mysql_drop_db(db_name[, link_id])
This function drops (deletes) the specified database and all the tables
it contains, using the default or specified (link_id) MySQL
connection. It returns true on success or false on
failure.The function name mysql_dropdb may also be used,
but is deprecated.