I'm new to this forum, and also quite new to php (only worked with it for 2½ months).
Ok, enough about me now
Here's my problem:
I don't have any code to demonstrate my problem with, but I hope you can understand me anyway.
I have a SELECT form item (a.k.a. drop-down list/combobox/listbox)
And let's say that this select box has 10 items, like these:
Sugar
Milk
More milk
Some other kind of milk
Milk
Nice Sugar
let's say I choose "Milk", when the form process this to my PHP script, the script only gets "Milk" in the variable, but how can I find out inside the script if I choosed the first Milk or the second Milk?
Should I add an itemindex to each item so it says "1: Milk" and "4: Milk" instead of "Milk"?
hope you understand