Hi I have an HTML form with a multiple choice menu
e.g. <select name="monthselect" size=7 MULTIPLE> etc.
I am using HTTP_POST_VARS["monthselect"] to access the data when the form is submitted, however if multiple choices are made then only the first choice is obtained using this method. How can I get the other choices that were made?
Many thanks,
Mark Wass