mng4
01-25-2011, 02:45 PM
Presently I am a working on a chart. So I need to generate xml fles and use it for chart. But my problem is I have to declare the xml file name inside javascript. I have made tempname format with php by byt I amunable to put php variable insode the script. the script will look like
myChart.setDataURL("results.xml")
and I tried by
myChart.setDataURL("$mytempname")
But It's not working can any one tell me how to solve this situation please.
Thanks
myChart.setDataURL("results.xml")
and I tried by
myChart.setDataURL("$mytempname")
But It's not working can any one tell me how to solve this situation please.
Thanks