require("../lib.proy.php"); require_once("../config.php"); $academico=chequeo_priv("gestion_biblioteca"); phpBook_header(); $conexion=conectar("gestor_biblio" ,"5j9j1k09"); if($aut!="INSERTAR NUEVO AUTOR") { $selec_autores="select t0.nombre_autor, t0.nacionalidad from autor t0 where t0.identificador=$institucion and t0.id_autor=$id_autor"; $tabla_autor=guardar_select_tabla($conexion,$selec_autores,$num_autor); $nacionalidad_a=$tabla_autor[0][1]; $nombre_autor_a=$tabla_autor[0][0]; } $selec="SELECT nombre_institucion FROM institucion WHERE identificador='$institucion'"; $tabla=guardar_select_tabla($conexion,$selec,$num); $centro=$tabla[0][0]; $centro_may=strtoupper($centro); echo "