Quote:
|
Originally Posted by teknomage1
He could just open two files in binary mode with fopen and while data comes in from one file it goes out through another. That's downloading. Course there's also libcurl, too.
|
Yes but fopen() is locked if the server's php.ini has
Code:
allow_url_fopen = Off
Then you must use fsockopen and as shown in my script example you see how that works
