Hi, this is a newbie question.
How can I catch the selected radio value from a form that is feed by the
mysql database?
EX.:
<input type="radio" name="myname" value="<?php $myvalue[3] ?>">
Value returns the last element of the array $myvalue[3]
instead of the selected value.
How can I change this?
Thanks in advance for any help,
Guillermina
How can I catch the selected radio value from a form that is feed by the
mysql database?
EX.:
<input type="radio" name="myname" value="<?php $myvalue[3] ?>">
Value returns the last element of the array $myvalue[3]
instead of the selected value.
How can I change this?
Thanks in advance for any help,
Guillermina
Comment