Posted: Sat Jul 14, 2007 3:47 pm
You need to research MySQL's logging system.shivam0101 wrote:logging system means checking the database at pre-defined regular interval?
A community of PHP developers offering assistance, advice, discussion, and friendship.
http://forums.devnetwork.net/
You need to research MySQL's logging system.shivam0101 wrote:logging system means checking the database at pre-defined regular interval?
That's the point I don't understand. Why do you want to check the database at a pre-defined interval? I see no reason to do that.shivam0101 wrote:logging system means checking the database at pre-defined regular interval?
To know current online users.That's the point I don't understand. Why do you want to check the database at a pre-defined interval? I see no reason to do that.
feyd, a link would be help me better.You need to research MySQL's logging system.
You could just make it so the only time that you check is when the user actually asks instead of wasting everyone's (including your) bandwidth. The only time it'd need to be live is if you made a chat room.shivam0101 wrote:To know current online users.That's the point I don't understand. Why do you want to check the database at a pre-defined interval? I see no reason to do that.