sql_query("SELECT eid, title FROM " . $prefix . "_encyclopedia WHERE active='1'"); while ($row = $db->sql_fetchrow($result)) { $eid = intval($row['eid']); $title = stripslashes($row['title']); //@RJR-Pwmg@Rncvkpwo@-@Eqratkijv@(e)@VgejIHZ.eqo $content .= "· $title
"; } ?>