i have a qoastin.

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
reza01
Forum Newbie
Posts: 4
Joined: Sat Jun 20, 2009 4:09 am

i have a qoastin.

Post by reza01 »

hi
we have 1 selection bar that after select change another selection bar.
now we want add a new selection bar that do the seam work for us.
our cod is this:

Code: Select all

<select name="group" onchange="get_sub_groups(this.value)">
                                <?php echo $ad_groups; ?>
                            </select>&nbsp;sub_group:
                            <select name="sub_group2">
pleas help me.
tanks.
Post Reply