Hi All,
In PHP I want to create a graph by getting the data from database so I have looked in some sites like
- http://www.maani.us/charts/index.php?menu= Gallery
- http://www.zend.com/zend/tut/tutsweat3.php
So in the above sites what I understood that in the first one we need to include a library file charts.php which I have done and I am able to create graph charts but those are not dynamic and in the second one I found that we need to install the jgraph.php which I am not getting from the site given in the page to download the software. So is there any way I can get any help to create a graph in PHP then please let me know.
Thanks,
Chittaranjan :)
In PHP I want to create a graph by getting the data from database so I have looked in some sites like
- http://www.maani.us/charts/index.php?menu= Gallery
- http://www.zend.com/zend/tut/tutsweat3.php
So in the above sites what I understood that in the first one we need to include a library file charts.php which I have done and I am able to create graph charts but those are not dynamic and in the second one I found that we need to install the jgraph.php which I am not getting from the site given in the page to download the software. So is there any way I can get any help to create a graph in PHP then please let me know.
Thanks,
Chittaranjan :)
Comment