Simple HTML DOM proxy set
$opts=array('http'=>array('proxy'=>'proxy_adress:proxy_port','request_fulluri'=>true)); $context=stream_context_create($opts); $data=file_get_html('http://site.ru/',false,$context);
$opts=array('http'=>array('proxy'=>'proxy_adress:proxy_port','request_fulluri'=>true)); $context=stream_context_create($opts); $data=file_get_html('http://site.ru/',false,$context);