Hi, i got small problem, i have created multiple choice drop down box! Now i choose multiple items, and then press submit, but it returns only last selected variable! How can i return array of selected variables? Thanks
thanks mate, will see what i can do with this, if i will got problems will return to this great forum thanks
Hi, this is not what i realy wanted, i use only one drop down box, and i can select, holding ctrl key multiple variables! When i post i only get last selected variable in drop down box!
$_POST["selectbox"][i]; Code (markup): where "i" is the number of element. You can count the array and put it in a variable.. i use a php code you can try you own(if asp etc)