hi everyone
i am doing this
<?php
$strXML1 = "<chart caption='COST OF TURNOVER' subCaption='' showPercentValues='1' pieSliceDepth='30' showBorder='0'>";
echo $strXML1;
?>
can anyone please tell me why echo $strXML1; does not out put anything. how can i do this.
Thanks in advance.