Help - Search - Members - Calendar
Full Version: Help need
Invision Power Services > Community Forums > Community Web Design and Coding
SweptSquash
hi i got this code below from another site and i was wondering who to make it whos a number of people online instead of there profile names can anyone help me instead of redirecting me.

CODE
echo('<img src="http://orbitalhalo.com/images/arrow.gif">Users Online: <small class="style28">'); $offline = 900;
$current = time();
$offline = ($current-$offline);
$getusers = mysql_query("SELECT * from ibf_members where last_activity >= '$offline'");
while ($users = mysql_fetch_array($getusers))
{
echo ("$users[name],");
}
echo ('</small><br>');
UBERHOST.NET
IPSbeyond.com
Brandon C
or Client Center.
SweptSquash
thanks
This is a "lo-fi" version of our main content. To view the full version with more information, formatting and images, please click here.
Invision Power Board © 2001-2009 Invision Power Services, Inc.