i try to copy an image to my server.
ex:
we have http://www.something.com/image.gif
i want to copy image.gif to the location where my script run.
i try : $g=join("",file("http://www.eastrolog.ro/__config/011103.gif"));
$fp1=fopen("/www/lucru/ovidiu/ppp.gif","w");
fputs($fp1,$g);
but it didn't work .
the script didn't read the all size of file