> 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 image as a separate file.  Then call that
file from an image tag.

Eg. <img src="generate_image.php">

CYA, Dave



-- 
PHP General Mailing List (http://www.php.net/)
To unsubscribe, visit: http://www.php.net/unsub.php

Reply via email to