PHP MySQL DELETE query.

The MySQL DELETE query is used to delete existing records in a table in a MySQL database. This statement is typically used with the WHERE clause.

Code :