$temp = $DB_site->query_first("SELECT username, gold FROM ".TABLE_PREFIX."user ORDER BY gold DESC LIMIT 7 "); $top_one = $temp[username]; $top_one2 = $temp[gold];