How can I limit the number of registrants to an event?
Posted
by user356900
on Stack Overflow
See other posts from Stack Overflow
or by user356900
Published on 2010-06-02T21:23:50Z
Indexed on
2010/06/02
21:34 UTC
Read the original article
Hit count: 102
I've set up a basic html/php submission form where people can register for our event, but need a way to replace the submission form webpage with one that reads something like "We have reached our registration limit" when we reach a certain number of submitted forms. Our database is MySQL (if that makes a difference) I've looked around on the web but people either say to count the entries by hand, or the ones that do have an automated system use CMS like drupal or joomla. Is it possible to setup an automated script that will do this?
© Stack Overflow or respective owner