PHP Code:
$ever = $DB_site->query("SELECT * FROM tablename" );
$totalever = $ever['total'];
$dateever = $ever['date'];
ignore the variable names, they probably wont make any sense to you, im not even sure if this is the correct way to read some thing from the database but I found where it reads something else from the database and copied it and changed a few things