Parse error: syntax error, unexpected T_STRING, expecting ',' or ';' in ... on line 19
Código PHP:
<?
while($row=mysql_fetch_array($result))
{
echo '<h2>'.$row[titulo].'</h2><br><p>'.$row[articulo].'</p><br><tudiv>'.$row[autor].'|'.$row[fecha].'| '.$row[categoria].' |
'<a href="ver.php?id='.$row[id_noticia].'">comentarios()</a> | //19
<a href="editar.php?id='.$row[id_noticia].'">editar</a>;</tu div>
}
mysql_free_result($result)
?>