Hello everybody,

Could you perform fread() on a remote file?  Example:
$file = fopen("http://www.myurl.com/test.html", "rb");
$data = fread($file, filesize('http://www.myurl.com/test.html'));

???

Thanks!
Tyler Longren

-- 
PHP General Mailing List (http://www.php.net/)
To unsubscribe, e-mail: [EMAIL PROTECTED]
For additional commands, e-mail: [EMAIL PROTECTED]
To contact the list administrators, e-mail: [EMAIL PROTECTED]

Reply via email to