Tema: link
Ver Mensaje Individual
  #1 (permalink)  
Antiguo 02/01/2006, 17:38
Edsinho
 
Fecha de Ingreso: julio-2005
Mensajes: 78
Antigüedad: 18 años, 9 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