From 10f9c5c6e4aa39aedc7860f741fe8af31c7f360b Mon Sep 17 00:00:00 2001 From: Monu Giri Date: Fri, 2 Oct 2020 16:19:48 +0530 Subject: [PATCH] Update index.php --- index.php | 14 +++++++------- 1 file changed, 7 insertions(+), 7 deletions(-) diff --git a/index.php b/index.php index eb7a653..a14619d 100644 --- a/index.php +++ b/index.php @@ -25,13 +25,13 @@ "; - echo "".$res['name'].""; - echo "".$res['age'].""; - echo "".$res['email'].""; - echo "Edit | Delete"; - } + while($res = mysqli_fetch_array($result)) { ?> + + + + + Edit | Delete +