Hey,
I am currently experementing with a MMS handling PHP script I got from heyman.info
. Images are stored in a Blob inside a MySql database. But now I want to be able to manipulate these images. I already managed to open the images and write them to a temporary jpg file . In this way I can manipulate them using GD. But now I need to put the images back into the dataBase. And when I try to open the images again they seem to be corrupt. So How should I write a Jpeg into the dataBase without corrupting it??