Situation:
Originally I was using fopen to retrieve a remote file from another server. I needed the database information inside to be read and updated every time the script was run. It didn't seem to download in the scripts run life and "Cannot find server" message was returned by the browser. So I tried "copy" to first download the file to a local directory to be used.
Problem:
"Cannot find server" is the only thing that terminates the script. I am positive the problem is the file does not finish downloading before something times out. Perhaps there is a better way to do what I am doing because the file is a few megs. Maybe I can elongate the execution life of the script?
I appreciate your help, very much, indeed.