diff --git a/list.php b/list.php index 35e69bd..96f17ea 100644 --- a/list.php +++ b/list.php @@ -18,7 +18,7 @@ if (isset($_SESSION['userid'])){ echo 'Pop #Pop NameDate AddedPop Collection'; if (mysqli_num_rows($result) > 0) { while ($row = $result->fetch_array()){ - echo '' . $row['popno'] . '' . $row['popname'] . '' . $row['inserteddate'] . '' . $row['popno'] . '' . $row['popname'] . '' . $row['inserteddate'] . '' . $row['popcollection'] . ''; } } echo '';