"; require('header.php'); print "
\n"; $query = "select * from repositories order by abbrev"; print "\n"; if ($result = $mysqli->query($query)) { while ($row = $result->fetch_assoc()) { print "
$row[abbrev]\n"; print "
$row[entry]"; print "
Return to Top\n"; print "
\n"; } } print "
\n"; require('footer.php'); #require("$_SERVER[DOCUMENT_ROOT]/prior/includes/footer.html"); ?>