Welcome to Geeklog, Anonymous Thursday, March 28 2024 @ 03:03 pm EDT

Geeklog Forums

what would the code be for...


Status: offline

jetshack

Forum User
Full Member
Registered: 06/29/04
Posts: 122
Location:Texas
hopeful
I've recently put together an alumni site for a high school. In the course of less than a month the user base is aproaching 250.

Is there a quick and easy way to display the number of registered users a site has?

I'd like to put a sentence in the header which says something like:

"Contact information for over xxx Alumni!"
 Quote

Status: Banned

machinari

Forum User
Full Member
Registered: 03/22/04
Posts: 1512
try something like this:
Text Formatted Code

<?php
    $usercount = (DB_getItem($_TABLES['users'], 'count(*)') - 1);
    $retval = 'Contact information for ' . $usercount . ' Alumni!';
    echo $retval;
?>

 
 Quote

Status: offline

jetshack

Forum User
Full Member
Registered: 06/29/04
Posts: 122
Location:Texas
thank you
 Quote

All times are EDT. The time is now 03:03 pm.

  • Normal Topic
  • Sticky Topic
  • Locked Topic
  • New Post
  • Sticky Topic W/ New Post
  • Locked Topic W/ New Post
  •  View Anonymous Posts
  •  Able to post
  •  Filtered HTML Allowed
  •  Censored Content