"index.php");
// include html header
include("include/header.inc.php");
?>
Links
query("SELECT title, url, annotation FROM $dbtable[links] ORDER BY title");
for($i=0, $max=$db->num_rows($result); $i<$max; $i++) {
$row = $db->assoc_array($result);
if($i > 0) {
echo "
\n";
}
?>