hi
i m having a select box with multiple select option in registration form
so the user can select more than one option at a time and i got those selected
values by declaring the select box name as "category[]" which works fine.,
Is there any way to get all the values that are listed in the selectbox when no
value is selected??
If it could be done, can anyone tell me how to get it through php..
regards
vijay
i m having a select box with multiple select option in registration form
so the user can select more than one option at a time and i got those selected
values by declaring the select box name as "category[]" which works fine.,
Is there any way to get all the values that are listed in the selectbox when no
value is selected??
If it could be done, can anyone tell me how to get it through php..
regards
vijay
Comment