Ver Mensaje Individual
  #4 (permalink)  
Antiguo 07/02/2012, 13:09
Avatar de GatorV
GatorV
$this->role('moderador');
 
Fecha de Ingreso: mayo-2006
Ubicación: /home/ams/
Mensajes: 38.567
Antigüedad: 18 años, 9 meses
Puntos: 2135
Respuesta: enviar valores por email

Te faltaría imprimir las variables usando echo, ej:
Código PHP:
Ver original
  1. <form method="post" action="?prod=<?pho echo $_GET['prod']; ?>&ubica=<?php echo $_GET['ubica']; ?>" name="form1" >

Saludos.