Forums
This topic is locked
Please Help ....
Posted 24 Jul 2003 18:11:25
1
has voted
24 Jul 2003 18:11:25 thomas Guest posted:
I wonder if someone could help me with my BIG prolem....I have a recordset with user informatiom. And i got a search page
My problem is that i just want to show result where the user is online....
Can anybody help me please
Kind regards
Thomas
Replies
Replied 25 Jul 2003 09:32:11
25 Jul 2003 09:32:11 Vince Baker replied:
Not quite sure want you are trying to achieive, can you explain in more detail...
Regards
Vince
Visit my home: www.chez-vince.com
VBScript | ASP | HTML | SQL | Oracle | Hosting
Regards
Vince
Visit my home: www.chez-vince.com
VBScript | ASP | HTML | SQL | Oracle | Hosting
Replied 25 Jul 2003 13:00:56
25 Jul 2003 13:00:56 thomas Guest replied:
Hi Vince
The problem is that i got a recordset with members. I want to make it possibly for them to search up other members who is online(logged in).
So if i create a search page with a checkbox where it says "Search only members who is online" it will only show the result of online(logged in) members.
kind regards
Thomas
The problem is that i got a recordset with members. I want to make it possibly for them to search up other members who is online(logged in).
So if i create a search page with a checkbox where it says "Search only members who is online" it will only show the result of online(logged in) members.
kind regards
Thomas
Replied 02 Aug 2003 18:53:53
02 Aug 2003 18:53:53 Rene Bandsma replied:
We have a created a guestbook and when a user wants to log in, we change the status "online" from 0 to 1 in the "status" field of the database.
When the user shut down their browser, a session variabele takes control of the database and puts the 1 back to 0.
This is not a perfect solution, but maybe this will help you...
When the user shut down their browser, a session variabele takes control of the database and puts the 1 back to 0.
This is not a perfect solution, but maybe this will help you...