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