I have a PHP file which I have used mod rewrite to make a .jpg extension. I want to grab an image from a url
example: http://msn.com/lol.gif
take the data and then display it in my .jpg with jpeg headers, so as far as the user is concerned it is a normal image. Is this possible and if so can anyone give me some pointers?