Answer the question
In order to leave comments, you need to log in
What is the problem in php code? Gets only one row, although there are more than 6 rows in the database?
$orderslist = mysqli_query($con, "SELECT * FROM bills LIMIT 25");
while($orderslist = mysqli_fetch_assoc($orderslist)){
echo "<td>".$orderslist['id']."</td>
<td>".$orderslist['color']."</td><td>".$orderslist['name']."</td><td>".$orderslist['telephone']."</td><td>".$orderslist['email']."</td><td>".$orderslist['adress']."</td><td>".$orderslist['count']."</td>";
}
echo "</tr></table></section> ";
}
Answer the question
In order to leave comments, you need to log in
Didn't find what you were looking for?
Ask your questionAsk a Question
731 491 924 answers to any question