ki,
In your
users online
table, add user
id or username.
Then, in the
users online
script, see if
the person is
logged in. If
so, when you
add them to the
users online
table, also add
the user id or
username.
Then, in your
memberlist, as
you loop
through the
members check
the users
online table to
see if their
username or
user id is in.
If so, display
"online&
quot; if not,
"offline.
"
|