Hi there,
I have a list where user can multi-select like this :
<select name="liste_unite" size="8" multiple>
the content of the list (option) is generated automatically based on a table.
when the user finish his selection, he press submit and then it puts the var in the url. The problem is, if the user select more than one option in the list, i don't know how i can retrieve the values. Everytime i try
echo $liste_unite;
it outputs the last option he selected.
Have any idea someone?
Thanx in advance 🙂
Jacinthe