webguync Posted April 8, 2008 Share Posted April 8, 2008 I have created login in systems before, but if I wanted to create a login/password system and limit the number of users who can register how would I go about doing that? Link to comment https://forums.phpfreaks.com/topic/100059-limiting-number-of-people-who-can-register/ Share on other sites More sharing options...
Northern Flame Posted April 8, 2008 Share Posted April 8, 2008 well on your register page you could run a query that returns the number of registered users, and if the number == a certain amount, display a message saying that too many users have registered Link to comment https://forums.phpfreaks.com/topic/100059-limiting-number-of-people-who-can-register/#findComment-511618 Share on other sites More sharing options...
Recommended Posts
Archived
This topic is now archived and is closed to further replies.