setAttribute(PDO::ATTR_ERRMODE,PDO::ERRMODE_EXCEPTION); // $statement=$pdo->query("select * from users"); // while ($row=$statement->fetch(PDO::FETCH_ASSOC)) { // echo "
";
//        var_dump($row);
//        echo "
"; // } }catch (Exception $e){ echo $e->getMessage(); }