<?php
include("database.php");
$getusers = mysql_query("SELECT * FROM users WHERE status='Chatting in Chatroom ".$_get['Chat']."' ORDER by Online DESC LIMIT 0,100");
$showusers = mysql_fetch_array($getusers)){
echo"";
}
?>
And where ?do l put it? The : <?php
include("connect.php");
$getusers = mysql_query("SELECT * FROM users WHERE status='Chatting in Chatroom ".$_get['Chat']."' ORDER by Online DESC LIMIT 0,100");
$showusers = mysql_fetch_array($getusers)){
echo"";
}
?>