$newestids = $db->query_first("SELECT MAX(threadid) AS threadid, MAX(postid) AS postid FROM " . TABLE_PREFIX . "post"); $formattedthreadid = number_format($newestids['threadid']); $formattedpostid = number_format($newestids['postid']);