Edit single mysql line

does anyone know where i can find a tutorial or any help on how to edit a single line or even better, a single variable in a single line of a mysql table?
in other words i want my user to be able to edit his/her information in a database. If he/she wants to change the email address stored in the database, they simply type in a new address in a form and through PHP only their specific email address is effected. Does this make any sense??
Thanks!