Looking for Limited Time-Slot Sign-Up Tool

PHP programming forum. Ask questions or help people concerning PHP code. Don't understand a function? Need help implementing a class? Don't understand a class? Here is where to ask. Remember to do your homework!

Moderator: General Moderators

Post Reply
nyee
Forum Newbie
Posts: 3
Joined: Mon Oct 27, 2003 11:46 pm

Looking for Limited Time-Slot Sign-Up Tool

Post by nyee »

I'm looking for a web-based tool that would allow admins to define:

- time slots
- # of participants allowed in each time slot

And then allow participants to:

- pick time slots
- change time slots

While at the same time the script + DB would not let people sign-up for time slots that are full, and handle requests to change time-slots.

I know this wouldn't be hard to code, but just wondering if anyone knows of something like this that already exists somewhere.
Post Reply