while ($getinfo = $vbulletin->db->fetch_array($get_infos)) { $mytest .= '<option value="' . $getinfo[threadid] . '">'. $getinfo[threadid] . '</option>'; }