Answer the question
In order to leave comments, you need to log in
Provider for a guaranteed Internet channel Moscow-Saransk?
Which of the providers can provide a guaranteed Internet channel Moscow-Saransk?
Answer the question
In order to leave comments, you need to log in
Do you have multiple users with the same user_id?
$query = mysqli_query($connection, "SELECT `nazvanie`, `autor`, `id_knigi` FROM `kniga` WHERE `user_id` = '25'");
while($result = mysqli_fetch_array($query))
{
echo $result['nazvanie'] . "<br>";
}
Even here php.net/manual/en/mysqli-result.fetch-array.php is full of examples how to.
But generally speaking, where did you find such ancient work methodologies from?
PS "nazvanie", "autor", "id_knigi" - it's just ahtung! Why not title, author, book_id ?
go to nag.ru there is a specialized forum there is more likely to find help
Didn't find what you were looking for?
Ask your questionAsk a Question
731 491 924 answers to any question