I created a form that I have on my site --- it is at
http://www.actsministrieschristianevangelism.org/development_tools/textart/details.html
If I run this script it creates a graphic image of the text the user
typed in with the appropriate options selected
I would now like to have the image created to have some HTML around
it ... I would like to have some text above the image and following it.
How do I do this in PHP?
I would like something like
----
Good morning
{text image}
Good night
---
As soon as I give the
Content-type: image/
the browser expects only the image to output to the screen and no HTML
Ron