<form method="POST" action=""> <label for="word">Choose:</label><?php echo "<select>"; foreach($WC->wordArray as $word) echo "<option>".$word->get_word()."</option>"; echo "</select>";?> <input type="submit" value="Send" name="Send" /> </form>
My current code look like this... (to create my drop down box) but how could I check what one is selected? (I want to preform an action on the selected object) I get that I may only get the index, but thats fine, could work with that.


Sign In
Create Account


Back to top









