Forum Moderators: coopster
GreenLeaf,
As long as allow_url_fopen [php.net] is enabled in php.ini, you can use HTTP and FTP URLs with most of the functions that take a filename as a parameter.Resource:
Using remote files [php.net]
Should get you going down the right path, anyway ;)