Documentation for NLS Bibliography Maintenance Functions on bogrex

NLS Bibliography - Searches Documentation


Process / program name

Search / qauthor.php3

Description

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. 
getcit.php3Displays (prints to screen) the citation(s) just searched. 

mySQL Statement(s)

  • $sqltxt = "select AUTHORS.id_number from AUTHORS,ARTICLES where AUTHOR='$xxx' and AUTHORS.id_number = ARTICLES.id_number order by SORT_ORDER";

    Javascript


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


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