| Name |
Email |
Mobile |
Time |
Access |
Access by State |
Action |
setAttribute(PDO::ATTR_ERRMODE, PDO::ERRMODE_EXCEPTION);
$stmt = $conn->prepare("SELECT * FROM users");
$stmt->execute();
$rows = $stmt->fetchAll(PDO::FETCH_ASSOC);
foreach($rows as $row){
?>
|
|
|
|
|
|
|
rowCount();
} catch (PDOException $e) {
echo "Error: " . $e->getMessage() . "
";
}
?>