KanzaS (01.01.2011/21:20)where do i put this code?
[php]echo '<div class="menu">';
$onltime = $realtime - 300;
$q = @mysql_query("select * from `users` where lastdate>='" . intval($onltime) . "';");
while ($arr = mysql_fetch_array($q)) {
echo '<a
KanzaS (01.01.2011/21:20)where do i put this code?
[php]echo '<div class="menu">';
$onltime = $realtime - 300;
$q = @mysql_query("select * from `users` where lastdate>='" . intval($onltime) . "';");
while ($arr = mysql_fetch_array($q)) {
echo '<a