Ver Mensaje Individual
  #15 (permalink)  
Antiguo 26/08/2011, 12:13
felopez0
 
Fecha de Ingreso: agosto-2011
Mensajes: 80
Antigüedad: 12 años, 8 meses
Puntos: 0
Respuesta: Problema con Notice: Undefined index:

mentiras solo es <?php include 'clases/CRUD_Cabecera.php';
if (isset ($_POST['fecha'])) {
$res = new CRUD_Cabecera();
$obj = $res->traer_fecha($fecha);
echo $obj;

}