Hello ive got a login screen user logs in then they should be able to update there details there orignal details appear in textboxes so i want the user to be able to edit there old details in the textboxes and update them but dont understand how can i update them details. ive got abt 5textboxes that the user can update thanks
mysql_query("UPDATE StudentRecords SET Telephone = '$Telephone'
WHERE Email= '".$_SESSION['myusername']."'");