amahmood
12-24-2004, 06:43 PM
At last I managed to upload images to mysql database and display them using php header
header("Content-type: image/gif");
echo $fileContent;
Now the problem is that I can not countinue the page. What I mean is that I can only open a browser and display the image in it and nothing else.
I can not put any thing before the image as well. in this case I get "headers has already sent.
What do i do now?
header("Content-type: image/gif");
echo $fileContent;
Now the problem is that I can not countinue the page. What I mean is that I can only open a browser and display the image in it and nothing else.
I can not put any thing before the image as well. in this case I get "headers has already sent.
What do i do now?