require("../lib.proy.php"); require_once("../config.php"); $academico=chequeo_priv("gestion_biblioteca"); phpBook_header(); $conexion=conectar("gestor_biblio" ,"5j9j1k09"); if($ed!="INSERTAR NUEVA EDITORIAL") { $selec_edit="select nombre_editorial, nacionalidad_editorial from editorial_biblio t0 where t0.identificador=$institucion and t0.codigo_edit=$cod_edit"; $tabla_editorial=guardar_select_tabla($conexion,$selec_edit,$num_edit); $nacionalidad_a=$tabla_editorial[0][1]; $nombre_editorial_a=$tabla_editorial[0][0]; $cod_edit_a=$cod_edit; } $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 "