[email protected] Posted February 25, 2010 Share Posted February 25, 2010 Hello... I need to create two image base to display two independent bar charts in a single page. One I could, how to create another in same page like..... $img_width=800; $img_height=200; $img=imagecreatetruecolor($img_width,$img_height); this image is created on top left of the screen.. using $img i created a bar like, using imagefilledrectangle() on it now I need to create another image beneath the first one. Help Me! Link to comment https://forums.phpfreaks.com/topic/193336-how-to-specify-the-x-y-coordinates-in-imagecreate/ Share on other sites More sharing options...
Recommended Posts
Archived
This topic is now archived and is closed to further replies.