query("SELECT id_account, name, finger_id FROM account"); echo "
";
print_r($stmt->fetchAll(PDO::FETCH_ASSOC));
echo "
"; ?>