ultrasound0000 Posted February 26, 2009 Share Posted February 26, 2009 I have three select lists that I want to auto-populate with values based on user selection. So let's say I have select A, B, and C. If user selects A.x from the drop down then B is automatically updated and so is C based on whatever B.x is. Each item in the selects has a value that I'm using to calculate a price total, so it is very important that each drop down is updated accordingly. I tried implementing this solution: http://remysharp.com/2007/01/20/auto-populating-select-boxes-using-jquery-ajax/ but doesn't help me since it's only for two drop-downs (the other solution on that site I cannot implement since I don't have access to mysql, only to PHP). Does anyone have any suggestions on how to do this in PHP/JavaScript (no db back-end) ... ??? Any help would be GREATLY appreciated. Link to comment https://forums.phpfreaks.com/topic/147058-drop-down-three-selects-help/ Share on other sites More sharing options...
MadTechie Posted February 26, 2009 Share Posted February 26, 2009 Read here this was written awhile back but may still help Link to comment https://forums.phpfreaks.com/topic/147058-drop-down-three-selects-help/#findComment-772032 Share on other sites More sharing options...
Recommended Posts
Archived
This topic is now archived and is closed to further replies.