php - form radio button not passing value -
php - form radio button not passing value -
i failing see why little form radio button grouping fails pass value processing php page. have posted code @ pastebin.com @ link: http://pastebin.com/gt5hdpuc , grateful if point out why happening. give thanks you
updated code @ http://jsfiddle.net/xgrb9/3/
you need have radio buttons in <form> element.
encapsulate radio buttons in following:
<form method="post"> radio buttons go here <input type="submit" value="submit" name="submit"> </form> php html
Comments
Post a Comment