trying out some search stuff...

This commit is contained in:
Dan Olson 2000-06-18 20:48:48 +00:00
parent 6406111246
commit 6eacd9cd3c
2 changed files with 69 additions and 67 deletions

View file

@ -35,7 +35,7 @@ State of the Code items here as well.
<?
infoItem('addnews.php', 'Post News', 'Post new news items from here.');
infoItem('userinfo.php', 'User Info', 'Display or change your user information; Please use this when your email address, phone number, or snailmail address changes.');
infoItem('plan.php', 'Edit "plan"', 'Not used by the web site at the moment, this will provide something for users to see what the hell we\'re working on.');
infoItem('plan.php', 'Edit "plan"', 'Update this to notify the outside world what you\'re currently working on.');
?>
</TD>

View file

@ -8,6 +8,8 @@
$focused = "none"; // Dock icon name to gets a border
require("parts/preamble.php"); // Load most of document
// Start actual search
$lib = dblist();
echo "<P>Using dbm library '$lib'";
$dbm = dbmopen("siteindex.db","r");
if (dbmexists($dbm, $string)) {
$parseMe = dbmfetch($dbm, $string);