Documentation for NLS Bibliography Maintenance Functions on bogrex

NLS Bibliography - Maintenance Documentation


Process / program name

* / add_descriptor.php.php3

Description

This program begins the Add a Keyword process. The program finds the next available number for the new keyword, displays a field dor the new descriptor test, and awaits the press of a button to begin the add process at that number.

Files called / (used) by the program

NameWhat it doesFiles called
top.php3Adds a header to the page. 
bottom.htmlAdds a footer to the page. 
dsc_add.phpInserts the keyword text for the newly created keyword number.  

mySQL Statement(s)

mysql_query("select max(DESC_NUMBER) from DESCRIPTOR_LIST",$db);

Javascript


require('top.html');
require('bottom.html');
FORM ACTION=\"dsc_add.php3\"


manuals/system/bib-maint/maintenance/d-add_descriptor.php.php3