|
|
|||||||||
|
|||||||||
| |||||||||
|
|
|
| |||||||||
![]() |
|
|
«
Previous Thread
|
Next Thread
»
|
Thread Tools | Search this Thread | Rate Thread | Display Modes |
|
|
|
Stay one step ahead of the competition. Evaluate and give feedback
on some of the hottest web development tools on the market today.
Make your opinion heard! Click
Here
|
|
#1
|
|||
|
|||
|
re-sending radiobuttons/check box values to forms
I have an online questionnaire, the results of which are stored in a DB. I need to allow users to log-in and amend their details. The problem is, how do I show their original entry in cases where I've used radio buttons/check boxes. Is it possible to have the button selected/box checked corresponding to their original choice - or do they need to fill the whole form in again.
Thanks for any suggestions Alf |
|
#2
|
|||
|
|||
|
RE: re-sending radiobuttons/check box values to forms
Code:
<input type="radio" name="blah" id="blah"<?php if ($checkit==1){echo " checked="yes"";} ?> value="0">
If you need me to elaborate, ask... |
![]() |
| Viewing: Codewalkers Forums > Other Technologies > Database Help > re-sending radiobuttons/check box values to forms |
| Thread Tools | Search this Thread |
| Display Modes | Rate This Thread |
|
|
|
|
|
|
|