<?php $contents = file_get_contents( "http://www.******.co.il" ); preg_match_all( '#<option value="DOS">(.+?)</option>#i' , $contents , $matches ); print_r( $matches ); ?>