Categories
How to get multiple rows at the same time with mysql via php?
hello how can i get multiple rows from mysql via php i have this code
mysqli_query($link, "SELECT `name` FROM `ysers` ORDER BY `id` DESC");
Answer the question
In order to leave comments, you need to log in
php.net/manual/ru/mysqli-result.fetch-row.php
WHERE some_id IN (1,2,3,4)
Didn't find what you were looking for?
Ask a Question
731 491 924 answers to any question