query('SELECT * from tbl_orte') as $row) { print_r($row); } // close DB connection $dbh = null; } catch (PDOException $e) { print "Error!: " . $e->getMessage() . "
"; die(); } ?>