Warning: file_get_contents(/data/phpspider/zhask/data//catemap/1/php/298.json): failed to open stream: No such file or directory in /data/phpspider/zhask/libs/function.php on line 167

Warning: Invalid argument supplied for foreach() in /data/phpspider/zhask/libs/tag.function.php on line 1116

Notice: Undefined index: in /data/phpspider/zhask/libs/function.php on line 180

Warning: array_chunk() expects parameter 1 to be array, null given in /data/phpspider/zhask/libs/function.php on line 181
Javascript 使用php、字符串xml和mysql的多系列融合图_Javascript_Php_Mysql_Xml - Fatal编程技术网

Javascript 使用php、字符串xml和mysql的多系列融合图

Javascript 使用php、字符串xml和mysql的多系列融合图,javascript,php,mysql,xml,Javascript,Php,Mysql,Xml,执行后,出现此消息:无需显示的数据 $strXMLxx .= "<categories>\n"; $strXMLxx .= "<category label='". $arr2[1] ."'/>\n"; $strXMLxx .= "</categories>\n"; $strXMLxx .= "<dataset seriesname='abc'>\n"; $strXMLxx .= "<set value='" .$BOY. "' />

执行后,出现此消息
:无需显示的数据

$strXMLxx .= "<categories>\n";
$strXMLxx .= "<category label='". $arr2[1] ."'/>\n";
$strXMLxx .= "</categories>\n"; 
$strXMLxx .= "<dataset seriesname='abc'>\n";
$strXMLxx .= "<set value='" .$BOY. "' />\n";
$strXMLxx .= "</dataset>\n";
$strXMLxx .= "<trendlines>\n";
$strXMLxx .= "<line startvalue='12250' color='#0075c2'    displayvalue='Previous{br}Average' valueonright='1' thickness='1'  showbelow='1' tooltext='Previous year quarterly target : $13.5K' />\n";
$strXMLxx .= "</trendlines>";
<?
     $strXML = "<chart caption='".$r3."' subCaption='' canvaspadding='5'  placeValuesInside='1' rotateValues='1' slantLabels='1' labelDisplay='ROTATE'  pieSliceDepth='30' showBorder='1'  xaxisname='".$tbl_header."' formatNumberScale='0' numberSuffix='' basefont='tahoma' basefontsize='10' basefontcolor='#000000' >"
     .$strXMLxx;
      $strXML .= "</chart>";
?>