Ver Mensaje Individual
  #4 (permalink)  
Antiguo 07/04/2011, 07:39
Avatar de mashter
mashter
 
Fecha de Ingreso: mayo-2008
Mensajes: 116
Antigüedad: 16 años
Puntos: 6
Respuesta: Ayudiiiita!!!! Parse Error: syntax error, unexpected $end

agrega lo ke esta en rojo

$query.=" VALUES('$indi', '$descripcion', '$grupo', '$cliente', '$proyecto', '$interlocutor', '$fechainicio', '$fechafin','$cantidad', '$escalado', '$preciototal', '$pagoactuacion', '$nocturna', '$comentarios', '$actividad', '$idconsultor');";

$consulta = new Consulta($query);

if(!$consulta) {
throw new Exception('Error al insertar el Trabajo');
}

$this->mostrarTrabajo();

}
}
__________________
- - - - - - - - -