//
// This will read the text file from http://yoursite.com/test.txt
// and store the contents of test.txt into $contents
//
$handle = fopen("http://yoursite.com/test.txt", "rb");
$contents = '';
while (!feof($handle)) {
$contents .= fread($handle, 8192);
}
fclose($handle);
Thursday, December 09, 2004
Subscribe to:
Post Comments (Atom)
1 comment:
wyoming home equity loans
Post a Comment