Process / program name
* / d-link_delete .php3
Description
This program deletes the journal links associated with a publisher.
Files called / (used) by the program
| Name | What it does | Files called |
|---|---|---|
| top.php3 | Adds a header to the page. | |
| bottom.html | Adds a footer to the page. | |
| *.php3 | ||
mySQL Statement(s)
mysql_query("delete from PUBLISHER_LINK where (PUBLISHER_NUMBER=$pubnum) and (JOURNAL='$jrnl')", $db);
Javascript