Documentation for NLS Bibliography Maintenance Functions on bogrex

NLS Bibliography - Reports Documentation


Process / program name

General Reports / keywords.php3

Description

This program counts the number of distinct keyword descriptor in the database.

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("select count(DESC_TEXT) from DESCRIPTOR_LIST",$db);

Javascript


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


manuals/system/bib-maint/reports/r-keywords.php3