@@ -0,0 +1,10 @@
<?php
require_once 'config.php';
$stmt = $pdo->query("SELECT * FROM utilisateur");
$users = $stmt->fetchAll(PDO::FETCH_ASSOC);
echo '<pre>';
print_r($users);
echo '</pre>';
?>
The note is not visible to the blocked user.