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]
- Re: [PHP] fread() a remote file Tyler Longren
- Re: [PHP] fread() a remote file Jason Stechschulte
- [PHP] ftp_fput Marisol D�az E.

