You'll have an array, but not until you change your first select line to <SELECT MULTIPLE NAME="msg_category[]" SIZE="10">.
Annchen wrote:
Can anybody tell me which value will I have in $msg_category after submitting form with the following input field if user selects both values:
<SELECT MULTIPLE NAME="msg_category" SIZE="10">
<OPTION VALUE='34'>Category_name
<OPTION VALUE='35'>Category_name1
</SELECT>
Do I get an array? What I see now - is just one of entered valus. But how to read them all?