Documentation for NLS Bibliography Maintenance Functions on bogrex

NLS Bibliography - Maintenance Documentation


Process / program name

* / pub_delete.php3.php3

Description

This program deletes all publisher information associated with a publisher number.

Files called / (used) by the program

NameWhat it doesFiles called
top.php3Adds a header to the page. 
bottom.htmlAdds a footer to the page. 
*.php3  

mySQL Statement(s)

mysql_query("delete from PUBLISHERS where PUBLISHER_NUMBER=$pubnum", $db);

Javascript


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


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