Sorry, your must leave your first name and last name. Please go back and try again."; exit(); } if ($extension.$email.$home.$cell == '') { print "

Sorry, your must leave your contact information. Please go back and try again.

"; exit(); } $query = "update SR_instructor set FirstName='$firstname', LastName='$lastname', Extension='$extension', Email='$email', Home='$home', Cell='$cell', Time='$time', Duration='$duration', Media='$media', Memo='$preference', Prime='$contact' where InstructorID='$ID'"; $result = mysql_query($query, $connection) or die ("Error in query: $query. " . mysql_error()); print << My Account
Sign Out

Your personal information has been updated.

Go to reservation page. Or, back to My Account

 

END; ?>