I am very new with php so excuse me please if the question seems really
easy.I have a page(form) which displays a list of the titles of some
books(retreived from a database) and each title has a selection box with
option values 1 to 7 each.The user should be able to enter 7 choices of his
favourite books and store them in the database at a table called preferences
with fields: customer_id ,first_choice, sec_choice,thir d_choice etc.I am
really stuck in implementing how I can collect the choices and link them
with each book's code so that i can store them in the table.I would really
apreciated if somebody could give me at least a hint.
Thank you
easy.I have a page(form) which displays a list of the titles of some
books(retreived from a database) and each title has a selection box with
option values 1 to 7 each.The user should be able to enter 7 choices of his
favourite books and store them in the database at a table called preferences
with fields: customer_id ,first_choice, sec_choice,thir d_choice etc.I am
really stuck in implementing how I can collect the choices and link them
with each book's code so that i can store them in the table.I would really
apreciated if somebody could give me at least a hint.
Thank you
Comment