Posted by Gary on 09/26/53 11:31
In fact would this work???? I get the impression that the / just before the quote on the first line is necessary. $url = "www.MySite.com/OnePageinParticular.php/" $fp = fopen($url, "r") or die("OPEN"); while (! feof($fp)) { fread($fp, 1024) or die("READ"); } fclose($fp) or die("CLOSE");
[Back to original message]
Copyright © 2005-2006 Powered by Custom PHP Programming