include "1-connection.php";
$sql = "select * from users";
$result = $conn->query($sql);
// $users = $result->fetch_assoc();
// print_r($users);
?>
html>
<html lang="en">
<head>
<meta charset="UTF-8">
<meta name="viewport" content="width=device-width, initial-scale=1.0">
<title>Get Datatitle>
head>
<body>
<table>
<tr>
<th>fullnameth>
<th>ageth>
<th>emailth>
<th>usernameth>
<th>passwordth>
tr>
while($user = $result->fetch_assoc()): ?>
<tr>
<td>= $user['fullname'] ?>td>
<td>= $user['age'] ?>td>
<td>= $user['email'] ?>td>
<td>= $user['username'] ?>td>
<td>= $user['password'] ?>td>
tr>
endwhile; ?>
table>
body>
html>
سلام اینو چجوری به ساختار foreach بنویسم هر کاری میکنم نمیشه؟