<?php $site="site.com"; $mesto="index.htm"; $so = fsockopen($site,80); fputs($so,"GET /".$mesto." HTTP/1.0\nHOST: ".$site."\n\n"); fclose($so); ?>