Ver Mensaje Individual
  #6 (permalink)  
Antiguo 25/08/2011, 11:01
felopez0
 
Fecha de Ingreso: agosto-2011
Mensajes: 80
Antigüedad: 12 años, 8 meses
Puntos: 0
Respuesta: como hacer para traer el ultimo dsto registrado por el usuario en un txt o

ublic function traer_fecha($fecha)
{
$this->fecha = $fecha;

$objmysql = new sqlsito();

$this->conexion = $objmysql->conectarBD();
$this->sql = ("select fecha FROM cabecera
where Num_Doc = $this->cod");
$this->resultado = mysql_query($this->sql);

mysql_error($this->conexion);

$this->conexion = $objmysql->desconectar();

}