basic question : radio button
Posted: Wed Sep 14, 2005 1:58 am
Just a basic question
how would i enter the value from this radio button into the mysql table and what should be the attributes of mysql table ?
Also once i have to echo the results from database how would i get the value of radio button.
<tr><td> How would you characterize the quality of this output ?
<input type="radio" name="character" value="sig" checked> Significant breakthrough
<input type="radio" name="character" value="maj" > Major improvement
<input type="radio" name="character" value="min" > Minor improvement
<HR>
</td></tr>
how would i enter the value from this radio button into the mysql table and what should be the attributes of mysql table ?
Also once i have to echo the results from database how would i get the value of radio button.
<tr><td> How would you characterize the quality of this output ?
<input type="radio" name="character" value="sig" checked> Significant breakthrough
<input type="radio" name="character" value="maj" > Major improvement
<input type="radio" name="character" value="min" > Minor improvement
<HR>
</td></tr>