RE: [PHP] Generate inline image

2002-05-28 Thread Rasmus Lerdorf
epng(); > > imagedestroy($im); > > ?> > > > > obviously, the above "code" is for png, but you can use any that your gd > > library/broswer supports. > > > > -Original Message- > > From: Engineering Software Center [mailto:[EMAI

RE: [PHP] Generate inline image

2002-05-28 Thread Engineering Software Center
ge- > From: Engineering Software Center [mailto:[EMAIL PROTECTED]] > Sent: Monday, May 13, 2002 2:42 PM > To: Martin Towell > Cc: [EMAIL PROTECTED]; php > Subject: RE: [PHP] Generate inline image > > > > Thanks for the reply. But how do I do that exactly? > ? >

RE: [PHP] Generate inline image

2002-05-12 Thread Martin Towell
artin Towell Cc: [EMAIL PROTECTED]; php Subject: RE: [PHP] Generate inline image Thanks for the reply. But how do I do that exactly? ? is this correct? > HTML docs only contain text. If you want images "inline" then you use the > tag. > -- PHP General Mailing List (h

RE: [PHP] Generate inline image

2002-05-12 Thread Engineering Software Center
Thanks for the reply. But how do I do that exactly? ? is this correct? > HTML docs only contain text. If you want images "inline" then you use the > tag. > -- PHP General Mailing List (http://www.php.net/) To unsubscribe, visit: http://www.php.net/unsub.php

RE: [PHP] Generate inline image

2002-05-12 Thread David Freeman
> How do I generate gif inline images using PHP's image > functions using GD libs. Everything I have seen so far > requires a header before generating the image. But I want > the image embedded into a table with other texts. Thank you > for the help. Write the php to generate the ima

RE: [PHP] Generate inline image

2002-05-12 Thread Martin Towell
HTML docs only contain text. If you want images "inline" then you use the tag. -Original Message- From: Justin French [mailto:[EMAIL PROTECTED]] Sent: Monday, May 13, 2002 10:31 AM To: [EMAIL PROTECTED]; php Subject: Re: [PHP] Generate inline image Your tag call

Re: [PHP] Generate inline image

2002-05-12 Thread Justin French
Your tag calls a script (imagemaker.php) which generates the image for you the parent script (eg home.php) doesn't generate the image inline, to the best of my knowledge. Justin French on 13/05/02 10:01 AM, Engineering Software Center ([EMAIL PROTECTED]) wrote: > > Hi: > How do I generat