Hi Ben.
If I am understanding correctly, you are very close....
Try this...
$query = "UPDATE members SET phone='$phone', first = '$first', last ='$last', add1='$add1', add2='$add2', add3='$add3', zip='$zip', email='$email WHERE username='$myusername'";
Good luck.