Hi There can anyone help me.
I’ve completed making an e-commerce site using PHP and MYSQL. I wish perform queries in SQL and display them using PHP on the website, by display I mean some sort of graphs, bar charts etc, so in a way of analysing results. Is that possible?
PHP Graphics
Yes it is. Been done. The code's out there. Some on this site, some at Zend.com, some no doubt at PHPClasses.org. Go searching and you might turn something up I don't know about.
An excellent product -
http://www.aditus.nu/jpgraph/
called JPGraph - it creates graph images on the fly
Another link
http://www.phplot.com/
jpgraph rocks.
my company has been playing with it on internal webpages for a while.
the only problem is you need your server to have the gd.dll loaded for gif manipulation.
which can be a bother some times.
Yes, I do like jpgraph. phplot is a new one on me, but I came across VHGraph instead - but who needs commercial software when a decent free alternative is around?