Documentation for NLS Bibliography Maintenance Functions on bogrex

NLS Bibliography - Reports Documentation


Process / program name

General Reports / journals.php3

Description

This program counts the number of distinct journal titles 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 distinct TRUNC_SOURCE,SOURCE_TYPE from ARTICLES where SOURCE_TYPE = 'Journal Article' order by TRUNC_SOURCE",$db);

Javascript


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


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