Help... How to Filter 1 List Menu from another List Menu

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
JonPB
Forum Newbie
Posts: 1
Joined: Mon Jul 10, 2006 11:42 am

Help... How to Filter 1 List Menu from another List Menu

Post by JonPB »

Hi There,

I need a bit of help...

I have a form for insertinga record into a database. I have 3 related list menu's, Groups, Categories and SubCategories.

Groups contain Multiple Categories and Categories Contain Multiple Sub Categories. I have the Database done and the queries done.

What I need to do is when someone selects a Group from the Dropdown list, the Categories list will be filtered according to the Group selected.

If you can help, you can see my form at:

http://tech-rite.net/sites-dev/GNXS/pro ... roduct.php

You can download the code at:

http://tech-rite.net/sites-dev/GNXS/pro ... roduct.zip

Thanks

Jon
User avatar
tecktalkcm0391
DevNet Resident
Posts: 1030
Joined: Fri May 26, 2006 9:25 am
Location: Florida

Post by tecktalkcm0391 »

Sounds more of something for javascript try this: http://www.dynamicdrive.com/dynamicinde ... /index.htm

just take off the go button, and set it up a little different.
Post Reply