Getting and configuring web statistic charts templates for my php site

Asked By 0 points N/A Posted on -
qa-featured

Where can I get statistic charts templates to include in my php site and how do I configure them to ensure automatic upload to a mysql database after button prompting?

 
SHARE
Best Answer by Luker Malcom
Answered By 0 points N/A #169697

Getting and configuring web statistic charts templates for my php site

qa-featured

 

Hi Cpeter Charles,
 
The below link explains how to create stats based on MySQL database.
 
 
And the below link gives a sample code.
 
 
Hope it helps.
Best Answer
Best Answer
Answered By 5 points N/A #169698

Getting and configuring web statistic charts templates for my php site

qa-featured

If you are looking for a plugin PHP code that you can directly use or configure to suit your project,

I suggest you copy the code from this link.

It is actually a nice code because you can easily incorporate HTML and basic PHP scripts if you want the statistic code to read and use the user’s data input but putting it in MySQL can be challenging because you need to figure out which data do you need to be stored in your database.

Some other free PHP codes that give you statistic chart templates can be seen and downloaded from these links:

SKOR PHP Template

Statistics graphs for Smarty PHP template engine

Statistics graphs for PHP DOM Template

Related Questions