Current revision posted to MySQL Tutorials by admin on 12/18/2008 8:35:00 PM
There are no special ways in PHP to perform update and delete on MySQL database. You still use mysql_query() to execute the UPDATE or DELETE statement.
For instance to update a password in mysql table for username phpcake can be done by executing an UPDATE statement with mysql_query() like this:
Example : update.php
Source code : update.phps




