How to find number of users online via php ?
|
I see that many of you want to know how many users are online at a time without using the third party application. You can learn about it from here
The main commands which will be helpful are, session_start(); $ses = session_id(); $time = time(); $timech=$time-600; |
Replies:
No Replies Yet! Be the first?





















