khedot

Members
  • Content count

    3
  • Joined

  • Last visited

Everything posted by khedot

  1. Help Me

    hi all ... I just joined this forum .. very interested in displaying graphics prowess fusioncharts ... just ... I'm making a final dash for the lecture with the title of information systems and the difficulty in using fusionwidget with php and mysql databse ... please make members who have experience please help ... how to display graphical gauge for displaying the average value, the highest and lowest values ​​with fusionwidget and php and mysql database script ... give me for example ... I still difficulty in understanding the documentation of fusionwidget ... understand still learning ... please help .... thank you
  2. Help Me

    1 more how to combine all the graphs in a web? I've made a graph functions one by one and want to combine them in a web .. Do you have a sample or tutorial? My issue with the display graphics gauge with data.php data.php it contain anything? can you give examples? and secondly to show all the graphs that created in a web ... thank you weeks to answer
  3. Help Me

    [hi thanks for replying my message .. ok let me explain .. I've studied and made ​​some graphs fusioncharts and fusionwidgets and has been successful, but to fusionwidget still there are difficulties in my script command: <html> <head> <title>My first chart using FusionWidgets</title> <script language=JavaScript" src="FusionCharts.js"></script> </head> <body bgcolor="#ffffff"> <div id="chartdiv" align="center"> The chart will appear within this DIV. This text will be replaced by the chart. </div> <script type="text/javascript"> var myChart = new FusionCharts("AngularGauge.swf", "myChartId", "400", "200", "0", "0"); myChart.setDataURL("data.xml"); myChart.render("chartdiv"); </script> </body> </html> Could data.xml script in php to change into a form so would you give an example script in the form of scripts data.php data.xml I'm still having trouble in that regard ... to display graphical gauge with xml I was able only if the data that is in use forms with php and mysql database connection ... how? give me an example ... thank you