hlpang2002
Programmer
Hi, I'm new here and as a beginner to use PHP and MySQL. Hope that you guys can help me to solve this type of question in PHP and MySQL. I just don't know how to start to do this, I need some guide. Thanks.
Problems:
I need to do a booking system which is provide to my customer to book the indoor soccer's court. What I need to start? I have 5 courts and I planned there are 7 days available to book from today. The time is from 9am-11am, 11am-1pm, 1pm-3pm, 3pm-5pm, 5pm-7pm, 7pm-9pm, 9pm-11pm, 11pm-1am, 1am-3am. That's mean, there are 9 slots of time on a day, and there are 5 courts to book per slot. If each time slot already booked by 5 people, then the 6th people can't book anymore at that slot (FULL). And each members allowed to book only 2 slots per day.
-----
I have done everything include login, register, admin. The only one left is booking system. What should i do? Can someone help me to solve it? or give me some guide. Thanks. Please reply as soon as possible. I'm appreciate so much.
Problems:
I need to do a booking system which is provide to my customer to book the indoor soccer's court. What I need to start? I have 5 courts and I planned there are 7 days available to book from today. The time is from 9am-11am, 11am-1pm, 1pm-3pm, 3pm-5pm, 5pm-7pm, 7pm-9pm, 9pm-11pm, 11pm-1am, 1am-3am. That's mean, there are 9 slots of time on a day, and there are 5 courts to book per slot. If each time slot already booked by 5 people, then the 6th people can't book anymore at that slot (FULL). And each members allowed to book only 2 slots per day.
-----
I have done everything include login, register, admin. The only one left is booking system. What should i do? Can someone help me to solve it? or give me some guide. Thanks. Please reply as soon as possible. I'm appreciate so much.