Php MySQL UPDATE query.

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

Code :