simple_database_Dynamic_retrieval.php
Below is the result:
0) {// output data of each row while($row = mysqli_fetch_assoc($result)) { echo "id: ". $row["id"]."- Name: ". $row["firstname"]. " " . $row["lastname"]. "- Email: " . $row["email"]. "
"; } } else { echo "0 results"; } mysqli_close($conn); ?>
Click
Here
to go back previous HTML file.