gu_razz

Members
  • Content count

    6
  • Joined

  • Last visited

About gu_razz

  • Rank
    Forum Newbie
  1. Problem with XML Data From Database!

    i'm try in anyway but its not complete i'm so serious
  2. Problem with XML Data From Database!

    Info: Chart loaded and initialized. Initial Width: 350 Initial Height: 300 Scale Mode: noScale Debug Mode: Yes Application Message Language: EN Chart Type: Multi Series 2D Line Chart Version: 3.3.1 (XT) Chart Objects: BACKGROUND CANVAS CAPTION SUBCAPTION YAXISNAME XAXISNAME DIVLINES VDIVLINES YAXISVALUES HGRID VGRID DATALABELS DATAVALUES TRENDLINES TRENDVALUES DATAPLOT ANCHORS TOOLTIP VLINES LEGEND VLINELABELS INFO: Chart registered with external script. DOM Id of chart is Budget_By_All INFO: XML Data provided using dataXML method. INFO: XML Data provided using dataXML method. ERROR: Invalid XML encountered. A start-tag is not matched with an end-tag. Check the XML data that you've provided. If you've special characters in your XML (like %, &, ' or accented characters), please URL Encode them. INFO: setDataXML method invoked from external script. INFO: XML Data provided using dataXML method. INFO: XML Data provided using dataXML method. ERROR: Invalid XML encountered. A start-tag is not matched with an end-tag. Check the XML data that you've provided. If you've special characters in your XML (like %, &, ' or accented characters), please URL Encode them. is all debug message
  3. Problem with XML Data From Database!

    but first GraphAllDep.php echo $strXML is blank i change <> to < > and " to &quot and then xml srting show.
  4. Problem with XML Data From Database!

    <chart legendPosition="" caption="Budget Output report" subCaption="By All Department" xAxisName="Budget" yAxisName="Value" showValues="0" formatNumberScale="0" rotateValues="1" > <categories> <category label="Jan"/> <category label="Feb"/> <category label="Mar"/> <category label="Apr"/> </categories> <dataset seriesName="Actual"> <set value="193.700000762939"/> <set value="180"/> <set value="85.2300033569336"/> <set value="20.7800006866455"/> </dataset> <dataset seriesName="Plan"> <set value="500"/> <set value="100"/> <set value="100"/> <set value="100"/> </dataset> </chart> this is my xml string from echo $strXML but still have same error. T-T
  5. Problem with XML Data From Database!

    i'm try to echoing the final "$strXML" but its the same rusult. ERROR: Invalid XML encountered. A start-tag is not matched with an end-tag. Check the XML data that you've provided. If you've special characters in your XML (like %, &, ' or accented characters), please URL Encode them.
  6. Problem with XML Data From Database! i have 2 page of my project myindex.php and GraphAllDep.php contiaing code in the foloowing file. it's just simple code. ERROR: Invalid XML encountered. A start-tag is not matched with an end-tag. Check the XML data that you've provided. If you've special characters in your XML (like %, &, ' or accented characters), please URL Encode them. i don't under stand about it because when am using xml data file its running. i'm a newbie in fusionchart thank you for your answer. GraphAllDep.php myindex.php