Answered
dynamic radio buttons
Hope someone can help with this - I have a mySQL table
whereby clients can check 8 categories of job they're interested
in, amongst the rest of their details.
I have the different categories set as Bool type in mySQL, and want to display the details on a web page - with a radio button indicating which of the categories they're interested in. I had thought it would be a case of selcting the radio button, and clicking on 'live data' in the properties and selecting the field from the recordset you want to tie it to, eg :
<?php $row_Recordset1['Category1'] ?>
The idea being that if the category was selected, or equal to 1, the button would be checked, and if not selected, or equal to 0, then the button would be unchecked
But doesn't seem to be working - but presumably it's possible?
Cheers,
Iain
I have the different categories set as Bool type in mySQL, and want to display the details on a web page - with a radio button indicating which of the categories they're interested in. I had thought it would be a case of selcting the radio button, and clicking on 'live data' in the properties and selecting the field from the recordset you want to tie it to, eg :
<?php $row_Recordset1['Category1'] ?>
The idea being that if the category was selected, or equal to 1, the button would be checked, and if not selected, or equal to 0, then the button would be unchecked
But doesn't seem to be working - but presumably it's possible?
Cheers,
Iain
