You may use the form below to retrieve articles from the database. You may then change the status of those retrieved articles. Connection to database server failed. Please notify the system adminstrator.'; } else { echo 'You may limit your search to a specific '; echo 'Volume number any'; /* this code builds the volume drop down box */ $volquery = "SELECT distinct vol FROM ToCIssue WHERE vol is not null AND vol != '' order by vol"; $volresult = mysql_query($volquery); for ($i = 0; $i < mysql_num_rows($volresult); $i++) { echo '' . mysql_result($volresult,$i,"vol") . ''; } echo ' and/or Issue number any'; /* this code builds the issue drop down box */ $query = "SELECT distinct issue FROM ToCIssue WHERE issue is not null AND issue != '' order by issue"; $result = mysql_query($query); for ($j = 0; $j < mysql_num_rows($result); $j++) { echo '' . mysql_result($result,$j,"issue") . ''; } echo ''; } ?> Title: Author: Description:
Home / Contents \ Articles / Subscribe \ Survey / Board \ Mail / Conference
Against the Grain is copyright © 1999, 2003 by Katina Strauch
last modified: Wed, September 15 1999