multi-level select fields tutorial?

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
someguyhere
Forum Contributor
Posts: 181
Joined: Sun Jul 27, 2008 3:24 pm

multi-level select fields tutorial?

Post by someguyhere »

I'm having a hard time finding a good tutorial on multi-level select fields...maybe I'm calling it the wrong thing. I want a select field displayed (loaded from mysql) that has a list of categories, and when an item is selected, it will refresh the page and add another (or replace it) select field showing a list of sub categories.

Thoughts?
Post Reply