simple_database_Select_to_Update.php

Below is the result:

0) { // output data of each row while ($row = mysqli_fetch_assoc($result)) { $id = $row["id"]; $food = $row["myfood"]; $hobby = $row["myhobby"]; $email = $row["email"]; } } else { echo "0 results"; } ?>
Update Information below!
ID________: *ID will be given automatically.
First Name:
Last Name_:
Email_____:

Click Here to go back previous php file.