arunmr Posted February 23, 2007 Share Posted February 23, 2007 i had a problem with my php code.I my code am using two select boxes.In which the first select box get the data from database and display it as option.My problem is that i have to get the value of second select box according to the value of first box.Means when change the value of first box the value of second box must have to b changed.... help me to find a solution... ??? ??? ??? ??? ??? ??? Link to comment https://forums.phpfreaks.com/topic/39776-solved-help-me-please/ Share on other sites More sharing options...
monk.e.boy Posted February 23, 2007 Share Posted February 23, 2007 sounds like you want this to happen on the client side. You need to populate a Javascript array with the values, then when the first box is checked/unchecked use JS to look up the value and dump it in the box. hope that helps dude, monk.e.boy Link to comment https://forums.phpfreaks.com/topic/39776-solved-help-me-please/#findComment-192056 Share on other sites More sharing options...
Recommended Posts
Archived
This topic is now archived and is closed to further replies.