Page 1 of 1

multiple drop down lists

Posted: Wed Apr 08, 2009 4:48 pm
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.

Re: multiple drop down lists

Posted: Wed Apr 08, 2009 7:02 pm
by Christopher
Can you show the code. Perhaps they are overlapping?