Salam,
Dear,I have database with 3 tables.
country, birthrate, and effectingfactor.
I want to Make Bar Graph, Pie Chart , Line Graph.
from database.
I m uing Wamp server.
Can any body help me , How can i make Graphs by database values.
Please help me or provide link.
thanks.
Hi,
Here is a simple php class to create graph charts: Create Graphic Charts. It uses data stored in array.
If you know how to extract data from your database and store it in an array, you can use that class, or other similar "php graph class" that can be found on the net.