Documentation for NLS Bibliography Maintenance Functions on bogrex

NLS Bibliography - Maintenance Documentation


Process / program name

* / dsc_update.php3

Description

This program fetches and displays the text of the keyword to update. The user may edit this text.

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_upd.php3  

mySQL Statement(s)

mysql_query("select DESC_TEXT from DESCRIPTOR_LIST where DESC_NUMBER=$idnum",$db);

Javascript


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


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