phpisawesome Posted August 15, 2008 Share Posted August 15, 2008 Hi guys, great site you got here...I'll definately stick around. I was wondering if there was an easy way to show how many members you have in total? Like on the website I want it to say total members: ... What kind of code do you suggest? Quote Link to comment https://forums.phpfreaks.com/topic/119859-total-members/ Share on other sites More sharing options...
lonewolf217 Posted August 15, 2008 Share Posted August 15, 2008 I suggest a SQL query counting the entries in whatever table holds your member information SELECT count(ID) as members from MemberTable Quote Link to comment https://forums.phpfreaks.com/topic/119859-total-members/#findComment-617475 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.