Code:
<?php
require_once "global.php";
$getdata = mysql_query("SELECT * FROM server_status WHERE users_online = '1'");
{
echo '<font color=" #78AB46">Online Status:</font> There are currently <b>'.$data['users_online'].'</b> members online! ';
}
?>