Documentation for NLS Bibliography Maintenance Functions on bogrex

NLS Bibliography - Maintenance Documentation


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

NameWhat it doesFiles called
top.php3Adds a header to the page. 
bottom.htmlAdds a footer to the page. 
pub_upd.php3Form 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


require('top.html');
require('bottom.html');
form action=\"pub_upd.php3\"


manuals/system/bib-maint/maintenance/d-add_publisher.php3