Documentation for NLS Bibliography Maintenance Functions on bogrex

NLS Bibliography - Searches Documentation


Process / program name

Search / zauthor.php3

Description

This program displays the results of the (one) author search, multiple authors may result, due to truncation of author's name.

Files called / (used) by the program

NameWhat it doesFiles called
top.php3Adds a header to the page. 
../nls-info/bls_style/nls-template-top.htmlAdds a BLS/NLS header to the page. 
bottom.htmlAdds a footer to the page. 
../nls-info/bls_style/nls-template-bottom.htmlAdds a BLS/NLS footer to the page. 
qauthor.php3Used to format the results of the search in a multiple author format, due to possible truncation.getcit.php3

mySQL Statement(s)

  • mysql_query("select AUTHOR,count(*) from AUTHORS where author like '$txt%' group by AUTHOR",$db);

    Javascript


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


    manuals/system/bib-maint/searches/s-zauthor.php3