Process / program name
* / dsc_upd.php3
Description
This program updates the Descriptor List table with the new or edited text of the keyword.
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)
$sql = "update DESCRIPTOR_LIST set DESC_TEXT='$x' where DESC_NUMBER=$idnum";
Javascript