bellinmi Posted January 6, 2010 Share Posted January 6, 2010 I need a PHP script that will allow only twenty visitors to my site to submit their name to reserve a spot for a limited seat event. The script should allow them to submit their name, number and email, that info will need to be emailed to me so I can authorize it, then the information will need to update in a webpage so eventually all the seats will show as being reserved. The webpage can be as simple as 10 rows with two columns which will show only the names of those people who were authorized. Anyone interested in helping out? Link to comment https://forums.phpfreaks.com/topic/187337-php-limited-reservation-spot-script/ Share on other sites More sharing options...
monkeypaw201 Posted January 6, 2010 Share Posted January 6, 2010 Sure, send me a PM. For future reference, freelance or work posts don't go in this category. Link to comment https://forums.phpfreaks.com/topic/187337-php-limited-reservation-spot-script/#findComment-989263 Share on other sites More sharing options...
RaythMistwalker Posted January 6, 2010 Share Posted January 6, 2010 just run a php page which checks how many rows in a mysql database table and will not add more if there is 20. If you want i could prob just quickly throw this together just now? Link to comment https://forums.phpfreaks.com/topic/187337-php-limited-reservation-spot-script/#findComment-989265 Share on other sites More sharing options...
Recommended Posts
Archived
This topic is now archived and is closed to further replies.