Hello,
I store my images in an long_blob in my MySql database. Now, I want them to be resized with "imagecopyresized" function, when I show them. The problem is that this function (exactly as the getimagesize()) does not take this. The function seems to need a file.
Ok, if I has to be a file, I create one. So I just create a file (with .gif extension let's say) where I write all the data from my database in it. Then the function sayz that this file wasn't a valid gif file.
What is wrong, does the image file need any extra coding to allow the function to recognize it ass a valid gif file.
Thanx a lot for help.