Page 1 of 1

Download file from http to the server..

Posted: Thu Feb 10, 2011 6:55 pm
by fishown
I Googled that ...and seems that one of the following acured...

First..ther is nothing like that using php only...
Secound.. I just built a wrong sentens to search...

So just to be sure... dose php alone capable of doing that?

thank guyes..

Re: Download file from http to the server..

Posted: Fri Feb 11, 2011 1:28 am
by cpetercarter
If your PHP installation includes the Client URL (cURL) library, you can use cURL to communicate with other servers. The examples page in the PHP manual contains a simple example of how to download a webpage to the server, which will give you an idea about how cURL can be used.