Cinema Seat Selection.
-
Hello, I am creating a project for online show bookings for diff theaters,in that user will select a seat they want.so how will i implement this seat selection process.plz help me as soon as possible. thank you.
coolsatty
-
What you can do is identify all the seats uniquely and then you can have two type of status for a particular seat i.e. booked or vacant. When a user is marking a seat as booked then change the status to booked from vacant.
Apurva Kaushal
-
Hello, I am creating a project for online show bookings for diff theaters,in that user will select a seat they want.so how will i implement this seat selection process.plz help me as soon as possible. thank you.
coolsatty
The only problem you will encounter is cinemas with differnet amount of seating. You would need to find out the specs for the cinemas before you could build the seating booking phase.
Deliver yesterday, code today, think tomorrow. "http://www.heuse.com/cphumor.htm"
-
Apurva Kaushal wrote:
two type of status for a particular seat i.e. booked or vacant
What about broken? :)
Bob Ashfield Consultants Ltd
-
Hello, I am creating a project for online show bookings for diff theaters,in that user will select a seat they want.so how will i implement this seat selection process.plz help me as soon as possible. thank you.
coolsatty
Hi You First make the diff Catagory for Cinemas n then make seats availablity i.e. Vacant or Booked.
-
The only problem you will encounter is cinemas with differnet amount of seating. You would need to find out the specs for the cinemas before you could build the seating booking phase.
Deliver yesterday, code today, think tomorrow. "http://www.heuse.com/cphumor.htm"
-
Hi You First make the diff Catagory for Cinemas n then make seats availablity i.e. Vacant or Booked.