I am trying to build a form wherein users can sign up for training classes. Each class can have only 10 members. Once 10 students have signed up, the form should display a message saying "Fully booked". How do I restrict the form to only 10 signups? I am using PHP and MySQL