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