How to retrieve DropDown value when it is posted?

milar

New Member
When the Form is submitted, I can retrieve the DropDown text using $_POST['....']. But I want to get the DropDown value not the display member. How to get it using POST?
 
Back
Top