this problem is too old with me
please try to help
I made online users table in db and when user is logging in . the code is
$sql="insert into online_users(username) values('".$_SEESION."')";
mysql_query($sql);
but I couldn't specify the users who went offline to delete them from the table
please help me
your friend
kareem,Egypt