Collecting choices from several selection boxes and storing them
From: nt9 (nt9_at_kent.ac.uk)
Date: 08/31/04
- Next message: Jeffrey Silverman: "Re: PHP files without extension"
- Previous message: Virgil Green: "Re: PHP debugging"
- Next in thread: Ken Robinson: "Re: Collecting choices from several selection boxes and storing them"
- Reply: Ken Robinson: "Re: Collecting choices from several selection boxes and storing them"
- Messages sorted by: [ date ] [ thread ] [ subject ] [ author ]
Date: Tue, 31 Aug 2004 18:59:40 +0100
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,third_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
- Next message: Jeffrey Silverman: "Re: PHP files without extension"
- Previous message: Virgil Green: "Re: PHP debugging"
- Next in thread: Ken Robinson: "Re: Collecting choices from several selection boxes and storing them"
- Reply: Ken Robinson: "Re: Collecting choices from several selection boxes and storing them"
- Messages sorted by: [ date ] [ thread ] [ subject ] [ author ]
Relevant Pages
|