Cetanu Posted July 21, 2009 Share Posted July 21, 2009 What kind of code could be used to echo something like "We have -# of rows- members!" Something to like, add all the # of rows together to get a number...? Quote Link to comment Share on other sites More sharing options...
trq Posted July 21, 2009 Share Posted July 21, 2009 You would use a simple sql query. SELECT COUNT(id) AS total FROM users Quote Link to comment Share on other sites More sharing options...
Cetanu Posted July 21, 2009 Author Share Posted July 21, 2009 Hehe, okay, thanks Still kind of new to this. Quote Link to comment Share on other sites More sharing options...
Recommended Posts
Join the conversation
You can post now and register later. If you have an account, sign in now to post with your account.