Process / program name
* / update_publisher.php3
Description
This program begins the Update Publisher process. It presents the user with a drop down menu of all the existing publishers in the Publisher table. When a publisher is selected from the list and the button pushed, the process callrd pub_upd. php3
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. | |
| pub_upd.php3 | Form for adding a new publisher (blank) or updating an existing publisher (information to update in the fields). | link_update.php3 |
mySQL Statement(s)
mysql_query("select PUBLISHER,PUBLISHER_NUMBER from PUBLISHERS where PUBLISHER != '' order by PUBLISHER",$db);
Javascript