How to implement graphs using fusion charts and php

In this post i would like to explain about how to implementing graphs using fusion charts. And implemented using PHP. In my previous post explained about How to calculate statistics in daily, weekly , monthly and yearly using php. Get the information using that post and implement the graph using this code. Create a xml file with specific feilds and download the fusion charts from the site. By following example i will explain. We can get the values from database and create xml file as mentioned.

This picture denotes : A graph for number of registrations over the year ( by monthly ) divided men and women.

how to implement graphs using fusion charts and php | Anil Labs

how to implement graphs using fusion charts and php | Anil Labs

(more…)

How to calculate statistics in daily, weekly , monthly and yearly using php

In this post i am going to explain about how to calculate statistics in daily, weekly , monthly and yearly using php. Recently i have worked in this concept. In the administration section we need to display these type statistics. I will explain graphs in the next post. Get these information from the database and using php to calculate the statistics.

How to calculate statistics in daily, weekly , monthly and yearly using PHP by Anil Kumar Panigrahi

How to calculate statistics in daily, weekly , monthly and yearly using PHP by Anil Kumar Panigrahi

(more…)