Documentation for NLS Bibliography Maintenance Functions on bogrex

NLS Bibliography - Maintenance Documentation


Process / program name

* / dsc_add.php3.php3

Description

This program inserts the keyword text for the newly created keyword 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. 
*.php3  

mySQL Statement(s)

mysql_query("insert into DESCRIPTOR_LIST values($idnum, '$newtxt')", $db);

Javascript


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


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