Jump to content

Drop Down Three Selects Help


ultrasound0000

Recommended Posts

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

Archived

This topic is now archived and is closed to further replies.

×
×
  • Create New...

Important Information

We have placed cookies on your device to help make this website better. You can adjust your cookie settings, otherwise we'll assume you're okay to continue.