Forum Moderators: coopster
Does anybody know a PHP code that will "download and save" this file to your server? Does your server directory have to have a particular chmod permission too?
And yes, you need write permissions for the folder in question...
ImageCreateFromPng() [php.net], ImagePng()
ImageCreateFromJpeg(), ImageJpeg()
ImageDestroy()
T
There's a simple example on the fwrite page. You have other examples on the file and fopen pages.