noob question - updating records
Moderator: General Moderators
noob question - updating records
i want my change password form to update the record when the users has filled in the form correctly, whats the MySQL command for this?
- twigletmac
- Her Royal Site Adminness
- Posts: 5371
- Joined: Tue Apr 23, 2002 2:21 am
- Location: Essex, UK
You would use an UPDATE statement to make a change to an existing record - check out:
http://www.mysql.com/doc/en/UPDATE.html
Mac
http://www.mysql.com/doc/en/UPDATE.html
Mac
- twigletmac
- Her Royal Site Adminness
- Posts: 5371
- Joined: Tue Apr 23, 2002 2:21 am
- Location: Essex, UK