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? 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 Link to comment https://forums.phpfreaks.com/topic/119859-total-members/#findComment-617475 Share on other sites More sharing options...
Recommended Posts
Archived
This topic is now archived and is closed to further replies.