Results 1 to 2 of 2

Thread: Population script problem

  1. #1
    Join Date
    Sep 2007
    Posts
    172
    Thanks
    7
    Thanked 0 Times in 0 Posts

    Default Population script problem

    I want a script by which I can count the registered users I repeat the only users which is registered not visitors and want to show them on my homepage a prime example is www.myLot.com. Any help will be appreciated!

  2. #2
    Join Date
    Jul 2006
    Location
    just north of Boston, MA
    Posts
    1,806
    Thanks
    13
    Thanked 72 Times in 72 Posts

    Default

    1) you would need a database of some sort mysql probably being the easiest
    2) you would need a server-side language like php
    perform a query to count the number of users that are registered.

    PHP Code:
    $query mysql_query("SELECT COUNT(field) FROM table"); 
    without much info on your site structure there isnt much we can do in the way of providing a specific script to you.

    the more information you share the better we are able to help you!

Bookmarks

Posting Permissions

  • You may not post new threads
  • You may not post replies
  • You may not post attachments
  • You may not edit your posts
  •