Process / program name
Generate Reports / count_report.php3
Description
This program tallys and displays various totals or items in the database. For example, a tally of citations, broken down by formats of publication, is displayed, along with the tallies for 'distinct' authors, 'distinct' titles, 'distinct' journal titles, and 'distinct' keywords in the database.
Files called / (used) by the program
| Name | What it does | Files called |
|---|---|---|
| top.php3 | Adds a header to the page. | |
| bottom.html | Adds a footer to the page. | |
| formats.php3 | Counts the total number of records (citations) in the database and breaks this total down by formats of publication. | |
| authors.php3 | Counts the number of distinct authors in the database. | |
| titles.php3 | Counts the number of distinct titles in the database. | |
| journals.php3 | Counts the number of distinct journal titles in the database. | |
| keywords.php3 | Counts the number of distinct keywords in the database. | |
mySQL Statement(s)
Javascript