Documentation for NLS Bibliography Maintenance Functions on bogrex

NLS Bibliography - Maintenance Documentation


Process / program name

Add a Publisher / link_update.php3

Description

This program updates a publisher's links with a new journal 'attached' to the publisher record.

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.php3__??--viscious circle here 

mySQL Statement(s)

  • mysql_query("insert into PUBLISHER_LINK values ($pubnum, '$jrnl')", $db);

    Javascript


    require('top.html');
    require('bottom.html');
    FORM ACTION=\" *.php3\"
    %s
    \n", $pubnum, $pubname);


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