Hello! I have the next html code:
<select name="sel_name" multiple> <option> Smth_1 ... <option> Smth_n </select> User is able to select many values in the list, how can I get all of them in my mod_perl script? Thanx! Good luck!
Hello! I have the next html code:
<select name="sel_name" multiple> <option> Smth_1 ... <option> Smth_n </select> User is able to select many values in the list, how can I get all of them in my mod_perl script? Thanx! Good luck!