Open a connection with the PHP site (http://www.php.net):
<? $site = "http://www.php.net"; // some server that can communicate via HTTP $sh = fopen($site, "r"); // assigns PHP.net index page to a filehandle. ?>