I want to link (for example: 2 listboxes) a set of values to another set of values.
The first row of values (first listbox) is already set on the page as a standard.
The second row of values (second listbox) have to be linked to the right value in the first listbox.
For example:
I have set values in the first listbox; name, surname, adress, phonenumber.
In the second listbox the values are not in the right order; adress, phonenumber, name, surname.
I want surname to be linked to surname, name linked to name etc.
Does someone know a good way to make this in PHP (without SQL) ??