I have two arrays, and my problem is when I pick one value of first array it must also remotely picked the same value of the second array.
Explain :
array ("Volvo","BMW","Toyota");
array ("200","300","400");
It's like when I choose "Volvo" it must also remotely choose "200" OR when I choose "BMW" it must also remotely choose "300" and so on...
how can I do this please help;
thanks for your help..