Ver Mensaje Individual
  #1 (permalink)  
Antiguo 16/12/2006, 08:28
Parliament
 
Fecha de Ingreso: noviembre-2003
Mensajes: 499
Antigüedad: 20 años, 5 meses
Puntos: 7
No encuentro el error

Estoy pasando 2 variables Nombre_art y Cod_art, a ambas las uso y no me dan ningun problema pero en el enlace para pasarla me dice
Undefined variable: Cod_art in c:\inetpub................

Por que??


Código PHP:
 echo '</tr>';
              for (
$i 0$i $contador$i++)
    {
          echo 
'<td width='.$width.'%><a href="busca.php?Nombre_art='.$array[$i]['Nombre_art'].'&Cod_art='.$Cod_art.'">+ Info</a></td>';
    }
       echo 
'</tr>'