Topic: Pass multi values using ComboBox (Read 1750 times)
Guest
« on: Mar 22, 2007, 12:44:22 am »
hello ,
i want to pass multi values using comboBox.i have two values from database 1st(ModelID) , 2nd(ModelName) , i displayed the 2nd(ModelName) value using combobox .i want to send the both values (ModelID,ModelName) , when user select the the ModelName using ComboBox..
I am a metal monkey!
Administrator Community Supporter?
Jedai Sword Master
Gender:
Posts: 5799
46391 credits Members referred : 3
My Question First i combined both arrays($modelname , $modelid) ,the values of $modelid is used as a key of $modelname array .When User Select Suzuki from the combobox ,the $key(40) and $value(Suzuki) both pass to "nextpage.php"
I am a metal monkey!
Administrator Community Supporter?
Jedai Sword Master
Gender:
Posts: 5799
46391 credits Members referred : 3