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
| Name | What it does | Files called |
|---|---|---|
| top.php3 | ||
| bottom.html | ||
| cit_add.php3 | insert 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\"