kaozdragon Posted March 6, 2007 Share Posted March 6, 2007 Just wondering how complicated something like this would take to script as my PHP skills are limited. Here's my problem in a nutshell, I'm trying to create an online signup list for jobs in a "restaurant" type thing. I've got the part where I can get users to login, signup for certain jobs and when the list is full, they can't sign up anymore. The problem I'm now having is, I now have to create the MySQL table and the php signup page for every day of the year. Is there an easier way to create this? What I was thinking was if it was possible to make one signup list and have a constant variable that changes ... actually I have no clue how to get around this. Could anyone point me in the right direction? or should I just create all the pages manually, it's possible and I'd have to do it because the project is kinda due soon Thanks in advance. Link to comment https://forums.phpfreaks.com/topic/41540-is-it-possible-to-make-this-online-signup-list/ Share on other sites More sharing options...
redarrow Posted March 7, 2007 Share Posted March 7, 2007 why is the table full are you useing a int for the id Link to comment https://forums.phpfreaks.com/topic/41540-is-it-possible-to-make-this-online-signup-list/#findComment-201318 Share on other sites More sharing options...
kaozdragon Posted March 7, 2007 Author Share Posted March 7, 2007 it's alrite, thanks for trying to help tho. i just went to the live chat and someone told me to just put in a date in the table stupid me. i guess i just gotta use a GET function and put that into everything. hope that works. Link to comment https://forums.phpfreaks.com/topic/41540-is-it-possible-to-make-this-online-signup-list/#findComment-201330 Share on other sites More sharing options...
Recommended Posts
Archived
This topic is now archived and is closed to further replies.