View Single Post
  #2 (permalink)  
Old Jun 21st, 2007, 17:52
masonbarge's Avatar
masonbarge masonbarge is offline
Highly Reputable Member
Join Date: Jan 2006
Location: Atlanta GA
Posts: 631
Thanks: 0
Thanked 0 Times in 0 Posts
Re: Total users displayed

1) mysql will do a count, if you're using a db, or
2) count() if you put them in an array.
Reply With Quote