query($sql);
if ($result->num_rows > 0) {
// output data of each row
while ($row = $result->fetch_assoc()) {
$theuser_id = $row['user_id'];
$theuser_name = $row['user_name'];
// $thepassword = $row['password'];
}
}
?>
Login
Don't have an account yet? Register here
LOGIN WITH USER ID