Ver Mensaje Individual
  #3 (permalink)  
Antiguo 26/11/2006, 12:47
Avatar de GatorV
GatorV
$this->role('moderador');
 
Fecha de Ingreso: mayo-2006
Ubicación: /home/ams/
Mensajes: 38.567
Antigüedad: 18 años
Puntos: 2135
Cambia
Código PHP:
<input type=hidden name="sku" value="$skuvideo"> <br /> 
Por
Código PHP:
<input type=hidden name="sku" value="<?php echo $skuvideo?>"> <br />