1 post
-1
1
123
I’m making a web app for gaming sales. I did a foreach cycle to display the games on the main page. <?php $stmt = $conn->query('SELECT * FROM JOGO'); foreach ($stmt as $row){ $idJ =…