![Antiguo](http://static.forosdelweb.com/fdwtheme/images/statusicon/post_old.gif)
25/08/2011, 11:06
|
| | Fecha de Ingreso: agosto-2011
Mensajes: 80
Antigüedad: 13 años, 5 meses Puntos: 0 | |
Respuesta: como hacer para traer el ultimo dsto registrado por el usuario en un txt o y en la interfaz asi
<input type='text' name='fecha' value="
<?php include 'clases/CRUD_Cabecera.php';
$res = new CRUD_Cabecera();
$obj = $res->traer_fecha($fecha);
echo $obj;
pero el me vota este error <br /><b>Notice</b>: Undefined variable: jA in <b>C:\xampp\htdocs\Inventario\nuevo.php</b> on line <b>103</b><br /> |