I am creating a picnic sign-up page where the user enters:
1 - their first and last name in a text field
2 - checks a box if they are a member or visitor
3 - enters in a text field the number of people attending in their party
4 - and a list of items to choose from, that have already been determined and entered into a database. Beside these items is a check box for them to choose what item they would like to bring.
Once the user enters their information and chooses their item, I would like it to be stored in a database. This part I can probably figure out, but what I am needing help on is this making an item disappear from the page once someone has chosen that item until all items have been chosen. This way there are not duplicates. However, we may need about five people bringing baked beans and I want the baked beans to stay visible until five people have chosen that specific item. Does this make sense?
As you can tell, I am new to PHP, but I am an eager learning and would love to make this work. I would appreciate any advice I could get or suggestions that would make more sense on how to code this type of project. My server does not support ASP.net, so that is why I am moving towards PHP.
Thank you so much for your help.
Cindy
1 - their first and last name in a text field
2 - checks a box if they are a member or visitor
3 - enters in a text field the number of people attending in their party
4 - and a list of items to choose from, that have already been determined and entered into a database. Beside these items is a check box for them to choose what item they would like to bring.
Once the user enters their information and chooses their item, I would like it to be stored in a database. This part I can probably figure out, but what I am needing help on is this making an item disappear from the page once someone has chosen that item until all items have been chosen. This way there are not duplicates. However, we may need about five people bringing baked beans and I want the baked beans to stay visible until five people have chosen that specific item. Does this make sense?
As you can tell, I am new to PHP, but I am an eager learning and would love to make this work. I would appreciate any advice I could get or suggestions that would make more sense on how to code this type of project. My server does not support ASP.net, so that is why I am moving towards PHP.
Thank you so much for your help.
Cindy
Comment