<?phppreg_match_all('/\<option\ value\=\"DOS\"\>([^\<]+)\<\/option\>/ismx', $page, $arr);echo "<pre>";print_r($arr);?>