$result = $mysqli->query('SELECT * FROM students');
while ($row = $result->fetch_assoc()) {
echo $row['name'] . '<br>';
}
$result = $mysqli->query('SELECT * FROM students');
while ($row = $result->fetch_assoc()) {
echo $row['name'] . '<br>';
}
$result = $mysqli->query('SELECT * FROM students');
while ($row = $result->fetch_assoc()) {
echo $row['name'] . '<br>';
}
No account yet? Sign up to Typeform or VideoAsk to join the community
Enter your E-mail address. We'll send you an e-mail with instructions to reset your password.