<?php include 'inc/mysql.class.php'; $mysql = new MySQL(); $mysql->Query("select * from attempts"); echo $mysql->rowCount();