Answer the question
In order to leave comments, you need to log in
How to get multiple fields via mysqli_prepare in php?
hello i have this code
$posvivodi = mysqli_prepare($link, "SELECT * FROM `dvvod` WHERE `nik` = ? AND `password` = ? ORDER BY `data` DESC");
mysqli_stmt_bind_param($posvivodi, "ss", $kookmail, $kookpass);
mysqli_stmt_execute($posvivodi);
$ivivodfetch = mysqli_fetch_assoc(mysqli_stmt_get_result($posvivodi));
$ivivodfetch_1 = mysqli_fetch_assoc(mysqli_stmt_get_result($posvivodi));
$ivivodfetch_2 = mysqli_fetch_assoc(mysqli_stmt_get_result($posvivodi));
$ivivodfetch_3 = mysqli_fetch_assoc(mysqli_stmt_get_result($posvivodi));
$ivivodfetch_4 = mysqli_fetch_assoc(mysqli_stmt_get_result($posvivodi));
Answer the question
In order to leave comments, you need to log in
Didn't find what you were looking for?
Ask your questionAsk a Question
731 491 924 answers to any question