require("$_SERVER[DOCUMENT_ROOT]/lib/header.inc.php"); $currHeader->setPageTitle("Riptide Storyverse Characters"); $currBanner->addContent("Riptide Storyverse Characters"); ?> // try to pull this content from the page cache (try to cache for four weeks) 604800 * 4 $currCache = new HG_PageCache("riptideCharactersList",2419200); if (!$currCache->haveCached) { $content = ""; $query = "SELECT username, name, description, notes FROM riptide_users, riptide_characters WHERE riptide_users.userindex = riptide_characters.owner ORDER BY name ASC"; $result = mysql_query($query); while ($row = mysql_fetch_array($result)) { $content .= "
Character Name: $row[name]
Owner: $row[username]
$row[description]
$row[notes]