RE: [PHP] GD Questions: Please help.

2002-06-13 Thread Shane
code snippets it would spit back the necessary image each time. H Is there a better way? -Original Message- From: Kevin Stone [mailto:[EMAIL PROTECTED]] Sent: Thursday, June 13, 2002 1:34 PM To: [EMAIL PROTECTED] Subject: Re: [PHP] GD Questions: Please help. Shane, absolutely yo

Re: [PHP] GD Questions: Please help.

2002-06-13 Thread Richard Baskett
From: "Kevin Stone" <[EMAIL PROTECTED]> > Date: Thu, 13 Jun 2002 14:33:52 -0600 > To: <[EMAIL PROTECTED]> > Subject: Re: [PHP] GD Questions: Please help. > > Shane, absolutely you can mix HTML and dynamically generated images. You'll >

Re: [PHP] GD Questions: Please help.

2002-06-13 Thread Kevin Stone
Shane, absolutely you can mix HTML and dynamically generated images. You'll actually call the image in passively via an tag like this... getimage.php will echo the appropriate image header (Content-type: image/png or whatever) plus your image grabbing/generating code which you will simply out