Documentation for NLS Bibliography Maintenance Functions on bogrex

NLS Bibliography - Maintenance Documentation


Process / program name

Add a citation / add_citation.php3

Description

This program begins the Add a Citation process by displaying the next available number for a new entry and a clickable button that begins the add process.

Files called / (used) by the program

NameWhat it doesFiles called
top.php3  
bottom.html  
cit_add.php3insert into ARTICLES (ID_NUMBER,DATE_ADDED,DATE_MODIFIED,YEAR) values($idnum, '$x', '$x', $yy)cit_upd.php3
   

mySQL Statement(s)

mysql_query("select max(ID_NUMBER) from ARTICLES",$db)

Javascript


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


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