/ Published in: PHP
URL: http://stackoverflow.com/questions/724391/save-image-from-php-url-using-php
Expand |
Embed | Plain Text
$image = drupal_http_request($link); $save_to = file_directory_path().'/_images/'.$filename; $temp = '/opt/httpd/htdocs/devphp.caribbeantravelmag.com/files/blog/'.$filename;
You need to login to post a comment.
