Hi, I have 1 question. I want to be able to show what users are on my site. I already use a script to count the users online. I made my own auth script, and want to count and see the users who are online. What script could I use? Just to let you know, this is my table info.
Table: auth
Fields:
id
fname
lname
username
password
email
date
All I care about is basically counting the number of members online, then showing WHAT members are online. I need some code, and a MySQL table that INSERTS data, and DELETES date. Any ideas? Thanks!
Ken Cooper

