$a = $DB_site->query_first("SELECT COUNT(*) AS oldpms FROM privatemessage WHERE dateline < $time"); print "Total PMs To Be Deleted: $a[oldpms]";