how to track no of users logged in?
Answer / Munesh Singh
To track the number of users logged in, you can use a session management system. In PHP, you can start sessions and increment a counter each time a user logs in. When a user logs out, decrease the counter.
| Is This Answer Correct ? | 0 Yes | 0 No |
When to use get and post request?
What is the use of token in php?
Why do we need abstract class in php?
What is the functionality of md5 function in php?
How to make database connection in php?
what is the default session expire time in php? what is default file attachment size in mail in php?
What is the use of header() function in php?
What is a static method php?
How do you pass a variable by value in php?
what is view?
What is the current php version?
What Is a Persistent Cookie?