Ver Mensaje Individual
  #6 (permalink)  
Antiguo 04/06/2012, 17:04
Avatar de skiper0125
skiper0125
 
Fecha de Ingreso: octubre-2010
Ubicación: $this->Mexico('Toluca');
Mensajes: 1.127
Antigüedad: 13 años, 6 meses
Puntos: 511
Respuesta: Pasar informacion

en la pagina verificar.php

coloca

Código PHP:
<?php
     
echo $_POST['celula'];
?>
También te recomiendo que leas el manual para que entiendas más como utilizar este método.

http://php.net/manual/es/reserved.variables.post.php

http://www.w3schools.com/php/php_post.asp

Saludos


Código HTML:
<table ALIGN= "CENTER" width= "50%" SIZE ="25%", border="10px" cellspacing="10Px" bordercolor='red' BODY BGCOLOR=#ffffcc cellpadding="0px ">
<td BODY BGCOLOR= #e6fff>
<P ALIGN= "CENTER">Cédula de Identidad: <br>

<Input Type = "Text" name="cedula" WIDTH= "20%"Size="20" Maxlength="100" value="<?php echo $_POST['cedula']; ?>">
<BR><BR> 
__________________
Recuerda que estamos aquí para orientarte, y no para hacer tu trabajo.
Si mi aporte fue de ayuda, recuerda que agradecer no cuesta nada +1

Skiper0125