Page 1 of 1

Upload a multiple slection menu/list

Posted: Mon Mar 27, 2006 1:49 pm
by alexislalas
i have a list that will be created dynamically so the user can select 1 or more options from the list.

how do i upload it into mysql? i only get into the database the last selected option.

oh, and im doing it with dreamweaver.


thanks

Posted: Mon Mar 27, 2006 2:07 pm
by Burrito
you need to make the select an array.

ie:

Code: Select all

<select name="thisselect[]">

Posted: Thu Mar 30, 2006 6:08 pm
by alexislalas
could you elaborate a little bit more please.

when i use the <select name="thisselect[]"> all i get into the database is "Array". but i know im missing something :oops:

sorry, im new with this things...

Posted: Thu Mar 30, 2006 6:14 pm
by feyd