Process / program name
Add a Publisher / add_publisher.php3
Description
Add a new publisher record to the Publisher table in the database. Add a Publisher presents the user with the next available number for a new entry and a clickable button that begins the add process. Once the button is pressed, this program calls the general "pub_upd.php" program that displays an editable form on screen.
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). | x_pub_update.php3 link_update.php3 |
mySQL Statement(s)
mysql_query("select max(PUBLISHER_NUMBER) from PUBLISHERS",$db);
Javascript