I am building web application using Dreamweaver MX 2004, Php/MySql.
Have an INSERT page with text fields, text boxes, dropdown menus and LIST/MENU form elements.
When I want to put it in the table in MySQL database I am using Insert Recordset.
I have some doupts about LIST/MENU form element....
I need to use it in LIST MODE, for sake of using multiple selections op possible options.
Let's say, have 10 options in "list", and need to select some of them, as user wants.
User can select, for example, 3 options (not need to be consecutive) from 10 possible options using CTRL+mouse.
When form is submited in database I found only one of those 3 options, the one at the bottom of 3 selected.
Always one that is at the bottom of selected 3 or whatever is selected.
Why? There should be all 3 options in table of database, and in one field of table.
I cannot find a way to resolve this issue.
ANY IDEA WHY IT SHOULD BE LIKE THIS?
ANY HELP WOULD BE APPRICIATED.
THANK YOU.
AL.
acos@cg.yu