Quote:
Originally posted by queer
But but but I need to grab this image using php, then save it to my drive/server with php. Manipulated and changed with gdlibrary, which I know to perfection.. well.. nearly. lol
|
You can use fopen() to open the image directly. If you're going to modify it, just open it and write it to a temp file, then open the temp file as a GD stream.