I would like to produce dinamic graphics, do you have any idea to give tome???
I just use php's graphics functions for drawing charts. http://www.php.net/manual/en/ref.image.phpI create the image, save it to disk and call it with a standard html <img src="xxxxx">. Works great!
Jeff