<?php
//Get the file
$content = 'http://dev.aviesta.com.mx/media/catalog/product/cache/1/image/9df78eab33525d08d6e5fb8d27136e95/b/r/bridal-shoes1.jpg ';
//Store in the filesystem.
$fp = fopen('/var/www/ajaxForm/loading.gif', 'w');
fwrite($fp, $content);
fclose($fp);
?>
尝试此操作时出现以下错误
警告:fopen(/var/www/ajaxForm/loading.gif):无法打开 流:第 5 行的 /var/www/curlimage.php 中没有这样的文件或目录警告:fwrite() 期望参数 1 是资源,第 6 行 /var/www/curlimage.php 中给出的布尔值 警告:fclose() 期望参数 1 是资源,第 7 行 /var/www/curlimage.php 中给出的布尔值