Overwriting values in Mysql rows

wxdqz

New Member
Hello,
Perhaps someone can help?

I want to be able to change a value of one of the fields in a row, without having to replace the entire row.

For example, in the table CONTACTS:
[username|password|age|sex|emailaddress]
How would I change the value of the age field, in the row where username = $username ?

Thansk in advance,
James.
 
Back
Top