Documentation for NLS Bibliography Maintenance Functions on bogrex

NLS Bibliography - Maintenance Documentation


Process / program name

Delete a Keyword / dsc_delete.php3

Description

This program deletes the keyword chosen from the list. It uses the 'descriptor number' of the keyword to remove all traces of the the keyword from the table. CAUTION: This function does not double check with the user if the keyword is correct or the deletion process is the correct one.

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 DESCRIPTOR_LIST where DESC_NUMBER=$idnum", $db);

    Javascript


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


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