$yourcount = $DB_site->query_first(" SELECT points AS points FROM " . TABLE_PREFIX . "user WHERE userid='".$post[userid]."' "); $postpoints = $yourcount['points'];