sql_numrows($db->sql_query("SELECT * FROM ".$prefix."_topics"));
if ($numrows > 1) {
$result = $db->sql_query("SELECT topicid FROM ".$prefix."_topics");
while ($row = $db->sql_fetchrow($result)) {
$topicid = intval($row['topicid']);
$topic_array .= "$topicid-";
}
$r_topic = explode("-",$topic_array);
mt_srand((double)microtime()*1000000);
$numrows = $numrows-1;
$topic = mt_rand(0, $numrows);
$topic = $r_topic[$topic];
} else {
$topic = 1;
}
$row2 = $db->sql_fetchrow($db->sql_query("SELECT topicimage, topictext FROM ".$prefix."_topics WHERE topicid='$topic'"));
$topicimage = $row2['topicimage'];
$topictext = $row2['topictext'];
$content = "
· | $title |