this is a part of my code and i m getting this error somewhere in this part Parse error: syntax error, unexpected T_ECHO
$data = mysql_query("SELECT * FROM $title") or die(mysql_error());
while($info = mysql_fetch_array( $data ))
{
?>
<div id="username"><? php echo $info['name'] ?></div>
<div id="statement"> <? php echo $info['comment'] ?></div>
<hr/>
<?php } ?>
please somebody help me , i could not solve this !!!!!!