<?
$f_contents = implode (\"\",file(\'http://essayfarm.com/images/essayfarm.png\'));
@fclose ($fp);
$f = fopen(\"essayfarm.png\",\"w\") or
die (\"could not open file\");
fwrite ($f,$f_contents);
?>
This coad seams to work but when I open the file essayfarm.png on my server I can a picture of an x which means bad image code basically Anyone know how I can fix this?