使用amcharts php mysql请求示例项目
I have a small company and I need show my result from MySQL to amcharts. I am easy user and I study this link but can't use this tut for myself because i don't undestand each code for which file and what manage my files to show chart for example witch code depend html file or js or php file. i use netbeans and xampp for run codes. please help me and if you can send me exmaple file that i can use amcharts.
thanks a lot.
我有一家小公司,我需要将我的结果从MySQL显示给amcharts。 我很容易使用,我研究这个链接,但不能使用这个tut自己,因为我没有找不到每个代码的文件和管理我的文件显示图表例如女巫代码依赖于html文件或js或php文件。 i使用netbeans和xampp作为运行代码。 请帮助我,如果你能发送我可以使用amcharts的exmaple文件。 p>
非常感谢。 p> div>
Welcome to SO,
Here usually coders help for the major bugs which have been tried for long time still hard to find the solution and or help people who are constantly learning and facing some bugs...
For you, quick help I can give but you make sure you go through the code, learn some basics regarding that...
- Download the link in tutorial tutorial_assets_external-data_v3.zip, extract it and place it in htdocs in xampp folder(c drive or where you installed it).
- Run XAMPP, open this localhost/phpmyadmin in browser and create a database named "test".
- Open the database and import the data.sql in extracted folder.
- Run in browser localhost/"specify_name_of_extracted_folder"
Start small... Study the tutorial... enjoy coding