multiple drop down 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
scristaldi
Forum Newbie
Posts: 5
Joined: Wed Apr 08, 2009 4:42 pm

multiple drop down lists

Post by scristaldi »

Have 3 drop down lists that work successfully individually. Looks fine but the last form added works fine alone but when added to the previous 2 action="<?php echo $_SERVER['php_self']?>" it does not go the the correct program "print "<FORM NAME=\"theform\" action=\"member_display.php\" method=\"POST\">";

Is this because you can not have multiple forms in one program or can not mix multiple actions?

Any help would be appreciated.
User avatar
Christopher
Site Administrator
Posts: 13596
Joined: Wed Aug 25, 2004 7:54 pm
Location: New York, NY, US

Re: multiple drop down lists

Post by Christopher »

Can you show the code. Perhaps they are overlapping?
(#10850)
Post Reply