[Date Prev][Date Next][Thread Prev][Thread Next][Interchange by date
][Interchange by thread
]
[mv] Multiple form (session) variables
Hi,
i have select-type input, like :
<select name="f_keyword_sec" size="4" multiple>
<option value="One">One</option>
<option value="Two">Two</option>
<option value="Three">Three</option>
</select>
in my form.
And if i select more that one values, how can i
get this values?
In my opinion this saved in session as "OneTwoThree",
or "One.Two.Three" (in session file)?
But
split(/[.]/,$f_keyword_sec)
not work...
Sergey.
_______________________________________________
Minivend-users mailing list
Minivend-users@minivend.com
http://www.minivend.com/mailman/listinfo/minivend-users