Jump to content

Dependant List Boxes?


Solarpitch

Recommended Posts

Hi again guys,

I was wondering if there's any way of coding dependant list boxes in PHP? What I mean buy that is the values of one list box(child) is chaged depending on the values of another(parent)?

So I have 2 list boxes...

Example:

1. Make
2. Model

Make contains:  Taylormade
                        Ping
                        Nike

So if Ping is chosen in the first box I want the Model box to populate with Ping models:

G5
Rapture
G2
etc...

Or if Taylormade is chosen I want the Model box to populate with Taylormade models:

R7 Quad
R5 Series
etc...

Any ideas??





Link to comment
https://forums.phpfreaks.com/topic/24023-dependant-list-boxes/
Share on other sites

Yeah I want it to appear on the same page. So the instant one is changed, so is the value of the other!
Is it definatly javascript?

Does anyone know a way this can be done?

www.carzone.ie have a good example. You select the type of car and it fills the next box with the models of that car.
Link to comment
https://forums.phpfreaks.com/topic/24023-dependant-list-boxes/#findComment-109154
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.