Process / program name
General Reports / formats.php3
Description
This program counts the total number of records (citations) in the database and breaks this total down by formats of publication.
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. | |
| *.php3 | ||
mySQL Statement(s)
mysql_query("select count(SOURCE_TYPE),SOURCE_TYPE from ARTICLES where SOURCE_TYPE != '' group by SOURCE_TYPE having count(SOURCE_TYPE) > 0",$db);
Javascript