Ver Mensaje Individual
  #3 (permalink)  
Antiguo 12/05/2014, 11:41
Avatar de jose_php
jose_php
 
Fecha de Ingreso: mayo-2014
Mensajes: 44
Antigüedad: 10 años
Puntos: 2
Respuesta: Proble al enviar formulario

al inicio
Cita:
if(isset($_GET['cedula']) == ""){
$muestra = "";
}
else{
$muestra = $_GET['cedula'];
}
Espero haberte ayudado.

Saludos