Ver Mensaje Individual
  #2 (permalink)  
Antiguo 20/07/2004, 21:16
Avatar de lado2mx
lado2mx
Colaborador
 
Fecha de Ingreso: agosto-2001
Ubicación: Veracruz
Mensajes: 3.720
Antigüedad: 22 años, 8 meses
Puntos: 9
Código PHP:
<?php echo '<a href="Print.php&amp;id=';
 echo 
$row["itemId"]; 
 echo 
'<img src="';
 echo 
$row["el_link"];
 echo 
'"></a>'?>