I am trying to create the frontend for a small ticketing module
I have a list of ticket types in a database with their respective price.
I want to display a grid like table with all the tickettypes, their prices and a textbox where the user can enter a quantity.
then when they submit it stores the number of each ticket type in a table
Any ideas?
I have a list of ticket types in a database with their respective price.
I want to display a grid like table with all the tickettypes, their prices and a textbox where the user can enter a quantity.
then when they submit it stores the number of each ticket type in a table
Any ideas?