Process / program name
* / add_descriptor.php.php3
Description
This program begins the Add a Keyword process. The program finds the next available number for the new keyword, displays a field dor the new descriptor test, and awaits the press of a button to begin the add process at that number.
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. | |
| dsc_add.php | Inserts the keyword text for the newly created keyword number. | |
mySQL Statement(s)
mysql_query("select max(DESC_NUMBER) from DESCRIPTOR_LIST",$db);
Javascript