Posted by Sjoerd on 02/28/07 13:53
csteph2004@gmail.com wrote:
> I may be wrong (not played with GD for quite a while), but I *think*
> you just use a normal HTML <img> tag in the page to reference the
> script which draws the image.
> <img src="myimagescript.php?whatever=parameters"/>
Correct. Use two PHP pages, one producing HTML and one producing JPEG
(or PNG, for that matter). The HTML page can reference the image (which
was produced by PHP) as if it was a normal image.
Navigation:
[Reply to this message]
|