Process / program name
* / update_descriptor.php3
Description
This program begins the Update a Keyword process by displaying a list of keywords in a drop-down menu. The user must choose a keyword and press the Update button to begin the update process.
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_update.php3 | Fetches and displays the associated text of the keyword chosen from the list. | dsc_upd.php3 |
mySQL Statement(s)
mysql_query("select DESC_NUMBER,DESC_TEXT from DESCRIPTOR_LIST order by DESC_TEXT",$db);
Javascript