A
Anonymous
Guest
I have a database containing some text information as well as image data. I store the byte data and the file type and this allows me to display it as an image in the browser using a page that pulls the data from the database and prints them. However it does not act as an image to other php scripts. I need to perform a getimagesize action on the image but I get file read errors if I attempt to apply it to my image generator script.
What should I do instead?
Thanx
What should I do instead?
Thanx