26/08/2011, 12:19
|
| | Fecha de Ingreso: agosto-2011
Mensajes: 80
Antigüedad: 13 años, 2 meses Puntos: 0 | |
Respuesta: Problema con Notice: Undefined index: a y el modelo k es public function traer_fecha($fecha)
{
$this->fecha = $fecha;
$this->cod = $cod;
$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();
} |