Hi, i am having a problem passing variables from a drop down menu in a form;
<from action=test.php action=post> <select name=example> <option selected> one</option> <option> two</option> </form> So how will the values of $example be assigned in test.php? THanks -- PHP General Mailing List (http://www.php.net/) To unsubscribe, visit: http://www.php.net/unsub.php