Trouble with Dynamic drop lists

PHP programming forum. Ask questions or help people concerning PHP code. Don't understand a function? Need help implementing a class? Don't understand a class? Here is where to ask. Remember to do your homework!

Moderator: General Moderators

Post Reply
Deddog
Forum Commoner
Posts: 55
Joined: Thu Sep 26, 2002 6:05 am
Location: Brighton

Trouble with Dynamic drop lists

Post by Deddog »

Hello and Help.

I have designed a form that contains 3 dynamic drop down lists that populate themselves via information in tables. The tables being “Scale” “Class” and “Type”. The problem I have is that when the user selects a “class” I want the Type drop list to repopulate itself to reflect the Types related to the Class chosen. How can I do this?
User avatar
twigletmac
Her Royal Site Adminness
Posts: 5371
Joined: Tue Apr 23, 2002 2:21 am
Location: Essex, UK

Post by twigletmac »

Please read this:
viewtopic.php?t=1030

Mac
Deddog
Forum Commoner
Posts: 55
Joined: Thu Sep 26, 2002 6:05 am
Location: Brighton

cheers

Post by Deddog »

Thanks, certainly food for thought.

Lee.
Post Reply