Ver Mensaje Individual
  #17 (permalink)  
Antiguo 26/08/2011, 12:19
felopez0
 
Fecha de Ingreso: agosto-2011
Mensajes: 80
Antigüedad: 12 años, 8 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();

}