Ver Mensaje Individual
  #3 (permalink)  
Antiguo 01/10/2007, 10:42
Avatar de GatorV
GatorV
$this->role('moderador');
 
Fecha de Ingreso: mayo-2006
Ubicación: /home/ams/
Mensajes: 38.567
Antigüedad: 18 años, 8 meses
Puntos: 2135
Re: PARSE ERROR al asignar link

Te refieres a en esta parte?
Código PHP:
 <tr>
            <td>&nbsp;</td>
            <td>&nbsp;</td>
            <td>
        <a href="ficha.php?PKID">
        <?php echo $prod['nombre']; }?>
                </a></td>    
          </tr>
Porque es el unico vinculo que veo.

Saludos.