Inserting data using drop down menus

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
laknal
Forum Newbie
Posts: 21
Joined: Wed Oct 11, 2006 7:38 pm

Inserting data using drop down menus

Post by laknal »

Hi,

I am trying to insert employee id using two drop down menus('Yes','No').

I have two radio buttons: Yes and No.

If the user selects 'Yes' then first drop down('Yes') is displayed ,

and if user selects 'No' then first drop down('Yes') is invisible and 'No' drop down is visible.

I can insert from first drop down('Yes') but not from second"No' drop down.

Both drop downs have different names. If I use same name, then none of them work.

Any help is appreicated,

Thanks.
User avatar
John Cartwright
Site Admin
Posts: 11470
Joined: Tue Dec 23, 2003 2:10 am
Location: Toronto
Contact:

Post by John Cartwright »

Show what you've done so far please.
Post Reply