$lp = mysql_query("select * from `forum` where type='t' and moder='1' order by time desc LIMIT 2;");
while ($arr = mysql_fetch_array($lp))
{
echo "<a href='index.php?id=" . $arr['id'] . "'>$arr[text]</a><br/>";
}
$lp = mysql_query("select * from `forum` where type='t' and moder='1' order by time desc LIMIT 2;");
while ($arr = mysql_fetch_array($lp))
{
echo "<a href='index.php?id=" . $arr['id'] . "'>$arr[text]</a><br/>";
}