hola a todos, tengo este pequeño código pero me aparece el siguiente error, quería ver si alguien me puede decir en donde esta el error.
<table border="1" cellspacing="0" bordercolor="#0066CC">
<th> Clave</th>
<th> Descripción</th>
<th>Precio</th>
<?
while( $row = mysql_fetch_array($result))
{
echo '<tr><td width="100" align="center"><a href="detalle.php?id='$row[IdeArt]'">'.row['CveArt'].'</a></td></tr>';
// <a href="detalle.php?id=$row["IdeArt"]">'.$row["CveArt"].'</a></td></tr>';
}?>
</table>
el error es el siguiente:
Parse error: parse error, expecting `','' or `';'' in c:\archivos de programa\easyphp1-8\www\paginas\tmpc9vwlsho77.php on line 30