// EDIT status info $query = "UPDATE tblStatus SET status='$status', college='$college', program='$program', graddate='$graddate', rsrcharea='$rsrcharea', affiliation='$affiliation', rsrchindependent='$rsrchindependent', rsrchother='$rsrchother' WHERE fkNetidstudent='$pkNetidStudent' AND pkConfyear='$pkConfyear'"; mysql_query("$query") or die(mysql_error());