Skip to main content
Topic: Know users online (Read 1199 times) previous topic - next topic

Know users online

Hello everyone.
How can I which and how many users are logged in an application created with phprad?

PHPRad is an excellent tool. Congratulations!

Thank you so much.

Re: Know users online

Reply #1
Nobody has had the need to know how many users are connected to the application?
I could not find the solution!
Any help is appreciated

Re: Know users online

Reply #2
Hello everyone.
How can I which and how many users are logged in an application created with phprad?

PHPRad is an excellent tool. Congratulations!

Thank you so much.



Do it custom

 

Re: Know users online

Reply #3
Hi ,

I created a customview in Page Design :

<div style ='font:14px tahoma'>
<?php
echo get_active_user('login');
?>
</div>

It works fine but how can i see a list of all users logged in ?