View Single Post
Old 09-03-2005, 09:32 AM   #8 (permalink)
DJMaze
Senior Contributor
 
DJMaze's Avatar
 
Join Date: Mar 2005
Posts: 704
DJMaze is on a distinguished road
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
DJMaze is offline   Reply With Quote