Results of a PDO query not displaying
问题 I'm trying to make a PDO query to display data. This is what i have done so far : in my models/pdo, i created a class with this: <?php class VengeanceUsers { public static function getNumbersOfregistered() { $connexion = new PDO("mysql:host=localhost ;dbname=databasetest", 'root', 'passe'); // connexion à la BDD $var_dump($connexion); exit(); $resultats=$connexion->query("SELECT COUNT (*) FROM ope_tartine_nl "); // on va chercher tous les membres de la table qu'on trie par ordre croissant