how to find how many users are login code display in php

Collapse
X
 
  • Time
  • Show
Clear All
new posts
  • ankit pahuja
    New Member
    • May 2016
    • 1

    how to find how many users are login code display in php

    how to find count of the how many users are login code in php
  • Dormilich
    Recognized Expert Expert
    • Aug 2008
    • 8694

    #2
    that depends how you save the session. essentially, you would have to count the number of sessions that hold some kind of log in info.

    Comment

    Working...