Hi ..
My problem is as follows.
I have two list boxes with different data in each .When the user makes a selection in both the list boxes and presses the button the data should be placed in an associative array (or something similar to that).He does this more than once..for different values in the list box
for eg:
List box :1
one
two
three
List box 2
Rome
Paris
Amsterdam
When the user selects "one" from list box 1 and "Rome" from 2
and presses the Button ... a kind of associative array should be formed wherein I can access the corresponding value later.
The user can repeat the same process for the rest of the two.
The information can either be in a select Box or a List box it does not matter.
Sorry..If I am a bit vague....
Appreciate your time and Effort