(studynow.free.nf)[studynow.free.nf]
while logging in
Error Message
Fatal error : Uncaught Error: Array callback must have exactly two elements in /home/vol16_2/infinityfree.com/if0_35990726/htdocs/public/login.php:5 Stack trace: #0 {main} thrown in /home/vol16_2/infinityfree.com/if0_35990726/htdocs/public/login.php on line 5
Other Information
Trying to fetch database using mysqli
code
$sql = "select `user_id`, `password` from `users` where `username` = '$user';";
$qdata = $conn->query($sql);
if ($qdata->num_rows > 0){
$data = $qdata->fetch_assoc();
echo $data['password'];
}
The rest is just the connecting database and the $user variable called… I tried inserting data and it worked but then this part is not working… So I put in forum… Let me try once more if not works I will say.