I have a select with the State names and 2 digit codes. With the code in this thread I get duplicate entries.
If I select AK & AL the dtata passed to the PHP script is
States[0] = "AK"
States[1] = "AL"
States[2] = "AK"
States[3] = "AL"
States[4] = null.
Why do I get a double selection?