Posts by Giusephe Silva Santos • 11 points
1 post
-
0
votes0
answers31
viewsQ: how to traverse each row of an object array and display on the screen (PHP)
I am having a problem displaying a query(Select) of some items on the screen. It is only displaying the first line. <?php require_once 'app/Lib/Database/Connection.php'; require_once…