Ver Mensaje Individual
  #2 (permalink)  
Antiguo 15/01/2010, 19:07
Avatar de valenti_92
valenti_92
 
Fecha de Ingreso: enero-2010
Ubicación: Manresa
Mensajes: 126
Antigüedad: 14 años, 10 meses
Puntos: 4
Respuesta: enviar variable php via post

Haver si es esto lo que buscas:
Código PHP:
Ver original
  1. <from action="pagina.php" method="POST">
  2. <input type="hidden" value="<?php echo $texto ?>" name="texto">
  3. <inpt type="submit" value="Enviar">
  4. </form>
Espero te sirva.