Posted by Marcelo Sabadini in
17/01/2009
Mini Course on PHP - News system (Update user) - Lesson 14
Hello everybody! Today we do one more lesson from our mini-course. To conclude the basic steps with Mysql, missing only know how to update the data from the database.
These basic steps are called CRUD, see this link on Wiki for more details: http://pt.wikipedia.org/wiki/CRUD
You've already learned that to enter data into the database using the command INSERT ;
You've already learned that to select data from database using the command SELECT ;
You've learned what to delete data from the database using the command DELETE ;
Lack only the UPDATE.
The UPDATE command is used to update data from the database. Below is the command syntax:


