Code: Select all
<img alt="my alt tag" src="http://www.my-site.com/get.php?image_id=1" />What i want to do is load this page in the buffer or cache, then rename and save the generated image to a designated folder on my server, instead of displaying it. Once i save the image, i will just header() to another page for display. Is there a way to do what i describe?