Hi guys i m new bie to php. Can you please let me know how to work around this prob.


Code:
<?
$mystart="<chart caption='Daily Summary' subcaption='For Date' xAxisName='Name' yAxisName='Count' >;
echo $mystart;
?>
but it doesnt prints anything. However when i remove this < from the start of the string it works.