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"]; $myFood=$row["myFood"]; $myHobby=$row["myHobby"]; } } else { echo "0 results"; } mysqli_close($conn); ?>
Update Information below!
ID________:

Click Here to go back previous HTML file.