Hello,
I am hoping someone here can tell me how to do this
using the php_gd2.dll.
I have things working to create an image on the fly by
merging two or three images together.
I however don't want to have to save the image to a file
using imagepng($image,'filename.png');
I then need to use <img scr="filename.png"> inside of a table
to display the image.
I would like to be able to do the following:
<img src=$image> inside the table, but, this results in the
contents of the file being dumped to screen apparently.
Is there anyone who would know how to get this to work
with the file creation happening.
My reasoning is that I don't want to clutter up my directory
with a lot of one-time used images that others create, I
would like it to be more dynamic and again not depend on
a static file being created.
Thanks for any and all help to this issue.
Kim Hovorka
kimhovorka@yahoo.com