M
M
Mikhail Lyalin2014-08-29 12:21:24
PHP
Mikhail Lyalin, 2014-08-29 12:21:24

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

5 answer(s)
A
Artur Yalaltdinov, 2016-07-22
@Kirill-Gorelov

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>";
}

D
Dmitry, 2016-07-22
@thewind

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 ?

D
dev400, 2016-07-22
@dev400

Loop through $result

O
oia, 2014-08-29
@mr_jok

go to nag.ru there is a specialized forum there is more likely to find help

S
Sergey SA, 2014-08-29
@resetsa

try Rostelecom, Transtelecom for starters

Didn't find what you were looking for?

Ask your question

Ask a Question

731 491 924 answers to any question