Answer the question
In order to leave comments, you need to log in
What is the problem with getting out of the database?
Extract from db:
$query2 = "SELECT FROM users WHERE id = '$steamid'";
$result2 = mysqli_query($connect, $query2);
while($row1 = mysqli_fetch_array($result2)) { #33 строка
$balance = $row1['balance'];
}
Warning: mysqli_fetch_array() expects parameter 1 to be mysqli_result, boolean given in C:\OpenServer\domains\localhost\index.php on line 33
Answer the question
In order to leave comments, you need to log in
Warning: mysqli_fetch_array() expects parameter 1 to be mysqli_result, boolean given
Didn't find what you were looking for?
Ask your questionAsk a Question
731 491 924 answers to any question