I have a multiple select box.
The user need to select a domain name or more. In PHP I validate this select box as :
I want to get the selected values, for example if someone select "Accounting" and "Engineering" I want to see 1 and 2.
What I need to do ?
Thanks !