Forum Moderators: coopster
You could use fopen and then read it and write it line by line.
You could use ftp functions if you have ftp access to that file.
You could probably even use curl to grab it if you wanted.
For files on other servers I often fopen, process and save all in the same script.
The limitation is the MODE used to retrieve the file.
Seems a good suggestion appears to be using FGETS instead of fread. Since it's a text file, you probably don't need a binary-safe read anyway.
[us2.php.net...]
Search for the word "large" on the page.