Documentation for NLS Bibliography Maintenance Functions on bogrex

NLS Bibliography - Maintenance Documentation


Process / program name

* / update_descriptor.php3

Description

This program begins the Update a Keyword process by displaying a list of keywords in a drop-down menu. The user must choose a keyword and press the Update button to begin the update process.

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_update.php3Fetches and displays the associated text of the keyword chosen from the list.dsc_upd.php3

mySQL Statement(s)

mysql_query("select DESC_NUMBER,DESC_TEXT from DESCRIPTOR_LIST order by DESC_TEXT",$db);

Javascript


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


manuals/system/bib-maint/maintenance/d-update_descriptor.php3