Posts by Gabriel Ferrari • 21 points
1 post
-
2
votes1
answer712
viewsA: How to bring information from the database and insert it into a table (bootstrap)
Your repeat loop with the information coming from the database needs to encompass each row () to add the information in the columns () <tbody> <?php foreach($resultado as $linha){ $stmt2 =…