s.prema@yahoo.com 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! Quote Link to comment Share on other sites More sharing options...
Recommended Posts
Join the conversation
You can post now and register later. If you have an account, sign in now to post with your account.