given a direct link to an image, how do I store the actual image on a folder I have created on my server, using php?
Thanks
|
|
In a nut-shell, grab the image, store the image.. that easy. Note: the allow_url_fopen php.ini setting must be set to true for the above example to work. |
|||||||||
|
|
There is also the ever easy method of:
The above comment regarding allow_url_fopen also holds true for this method. If you have a fairly restrictive host you might need to utilize cURL to get around this problem:
|
|||||
|