hi,
i have a list of input fields in the form, which are generated dynamically. they can be in total from 1 to -- whatever.
i am giving them NAME tag with an array assigned to it, so eachtime the NAME for every field is different.
But, i am stuck when calling the appropriate selection user has made. e.g. if 10 records were retrieved, and user selected only 3, then how do i get only those vales forward.
because i am using these values to save in db, and i need to get the correct 'ticked' fields in to the db.
thaks,
Daarius...