Drop Down list in PHP

Posted by ajithperuva on Stack Overflow See other posts from Stack Overflow or by ajithperuva
Published on 2010-03-12T10:08:54Z Indexed on 2010/03/12 10:17 UTC
Read the original article Hit count: 237

Filed under:

In my application am submiting my form by using post for a php page.

<form method="post">
<select name="txtplace">
<option value="1">ajith</option>
</select>
</form>

here when i am try to get the value of my dropdown its only getting 1.How can i get ajith

© Stack Overflow or respective owner

Related posts about php