Jump to content

online


wolvez

Recommended Posts

im creating a members website and i want to show how many people are logging, in my database i have a col named online every time somone logs in there online goes from 0 to 1 and when thay log out it goes back to 0.

 

i need to know how to show the total people that have 1 in there online part of the data base iv tryed this code and its not working

 

<?php

$result = mysql_query("SELECT online FROM `members` WHERE online='1'");

 

$row = mysql_fetch_row($result);

 

echo $row;

  ?>

 

this works in the sql console in phpmyadmin

Link to comment
Share on other sites

This thread is more than a year old. Please don't revive it unless you have something important to add.

Join the conversation

You can post now and register later. If you have an account, sign in now to post with your account.

Guest
Reply to this topic...

×   Pasted as rich text.   Restore formatting

  Only 75 emoji are allowed.

×   Your link has been automatically embedded.   Display as a link instead

×   Your previous content has been restored.   Clear editor

×   You cannot paste images directly. Upload or insert images from URL.

×
×
  • Create New...

Important Information

We have placed cookies on your device to help make this website better. You can adjust your cookie settings, otherwise we'll assume you're okay to continue.