Documentation for NLS Bibliography Maintenance Functions on bogrex

NLS Bibliography - Maintenance Documentation


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

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).link_update.php3

mySQL Statement(s)

mysql_query("select PUBLISHER,PUBLISHER_NUMBER from PUBLISHERS where PUBLISHER != '' order by PUBLISHER",$db);

Javascript


require('top.html');
require('bottom.html');
FORM ACTION=\"pub_upd.php3\"


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