Re-Prints Order Form

Click on the box next to the re-prints you want to order and then click Submit.

Name and Address

Name
Address
City
State
Zip
e-mail
"; /* Using in addition to class because I have'nt created a stylesheet for the MRB pages yet */ echo "YearAuthorsTitleJournalNumber"; $NumRows = @pg_NumRows($DataSet); $Count = 0; while($Count < $NumRows) { $year = @pg_Result($DataSet,$Count,"year"); $authors = @pg_Result($DataSet,$Count,"authors"); $title = @pg_Result($DataSet,$Count,"title"); $journal = @pg_Result($DataSet,$Count,"journal"); $number = @pg_Result($DataSet,$Count,"number"); print "$year$authors$title$journal$number"; $Count++; } print ""; print ""; ?>