[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