Answer the question
In order to leave comments, you need to log in
Why does print_r output only one element?
There is a DB with the table orders. I make a request:
$orders_data = mysqli_query($connection, "SELECT * FROM `orders`");
$orders_assoc = mysqli_fetch_assoc($orders_data);
print_r($orders_assoc);
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