Help for this page

Select Code to Download


  1. or download this
    $x++;  # keep track of how many users have logged in
    
  2. or download this
    $x++; # $x is number of users currently logged in, and we have a new o
    +ne
    
  3. or download this
    $current_users++; # we have a new one