Hello,
I'm working on a PHP/MySQL database project where people register for a conference, sign up for classes, and the system spits out roster reports, etc. Everything is working fine.
The system counts the # of people registered for each class. It also calculates the seats available. My bosses wanted to know if it were possible to take the number of seats available, and for each one of those empty seats add a blank line for late comers to sign in. How can I code this? It should be really simple, but it is not coming to me.
Thanks.
I'm working on a PHP/MySQL database project where people register for a conference, sign up for classes, and the system spits out roster reports, etc. Everything is working fine.
The system counts the # of people registered for each class. It also calculates the seats available. My bosses wanted to know if it were possible to take the number of seats available, and for each one of those empty seats add a blank line for late comers to sign in. How can I code this? It should be really simple, but it is not coming to me.
Thanks.