Re: [PHP] how to download files require login

2010-03-01 Thread Richard Quadling
On 1 March 2010 17:00, Ashley Sheridan wrote: > On Mon, 2010-03-01 at 11:37 -0500, Ryan Sun wrote: > >> For URLs like >> 'http://download.fotolia.com/DownloadContent/1/h7G0bWGsGof8VvSqw32xFZ0KvD5eqbvN', >> it requires user login to download. >> Then how do I download it remotely via php server if

Re: [PHP] how to download files require login

2010-03-01 Thread Ashley Sheridan
On Mon, 2010-03-01 at 11:37 -0500, Ryan Sun wrote: > For URLs like > 'http://download.fotolia.com/DownloadContent/1/h7G0bWGsGof8VvSqw32xFZ0KvD5eqbvN', > it requires user login to download. > Then how do I download it remotely via php server if I have the > username and password in hand? > This