pmlkheldar
Programmer
I'm going crazy here, this should be so EASY.
I need to get the last modified time of a remote file. Simple right?
echo filemtime("
Unfortunately this does not work... documentation at php.net says it will work in 5.0 or higher PHP, so I upgraded to 5.04... no change. It simply will NOT work with remote files. Local files are totally fine, but not remote.
Anyone know how to achevie this? I've been beating my head against this for nearly a week now and have gotten nowhere.
I need to get the last modified time of a remote file. Simple right?
echo filemtime("
Unfortunately this does not work... documentation at php.net says it will work in 5.0 or higher PHP, so I upgraded to 5.04... no change. It simply will NOT work with remote files. Local files are totally fine, but not remote.
Anyone know how to achevie this? I've been beating my head against this for nearly a week now and have gotten nowhere.