![Antiguo](http://static.forosdelweb.com/fdwtheme/images/statusicon/post_old.gif)
02/01/2006, 17:38
|
| | Fecha de Ingreso: julio-2005
Mensajes: 78
Antigüedad: 19 años, 7 meses Puntos: 0 | |
link 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 |