Forum Moderators: phranque

Message Too Old, No Replies

Event Registration Script

Need to limit amount of registrations

         

riotfire

9:05 pm on Feb 2, 2005 (gmt 0)

10+ Year Member



I am looking for a script that users can register for an event as well as pay for the event (through paypal). I need to limit the script to 200 registrations and if possible display the remaining amount of open positions available. Can anybody help with this?

supermanjnk

11:17 pm on Feb 2, 2005 (gmt 0)

10+ Year Member



you could store if they registered in a database, or if you can't a flat file, then have a script check how many entry's there are, and if there are under 200 it still lets them register, then to show how many are left, do 200 - the number of registered people.