moneynetworkgroup39
Member
- Messages
- 92
- Reaction score
- 1
- Points
- 8
I know if misson found this thread his going to take a hand with me . (misson please don't mind just kidding). Here come to the point as I told early I am working on chart script I have completed it almost but got a new problem. I am using a chart script like below
But in here where results.xml I want to use a php variable. I declared the variable as tempname for no conflict of data. But I am unable to use it in javascript. But I have to call the javascript to avoid cross browser problem. And I am 0 in javascript even I do not like ,uch javascript, ajax and jquery frankly speaking because I do not know that's why. So can any one tell me how can I figure this out?
Thanks,
P.S. misson if you are reading this thread do not get rude on me I was just kidding. And thanks for your help on my previous thread those are really helpful for me.:redface:
PHP:
<script type="text/javascript">
var myChart = new FusionCharts("../chart/chart.swf", "myChartId", "900", "300", "0", "0");
myChart.setDataURL("results.xml");
myChart.render("chartdiv");
</script>
Thanks,
P.S. misson if you are reading this thread do not get rude on me I was just kidding. And thanks for your help on my previous thread those are really helpful for me.:redface: