<b>Agency 4</b>
<input type="radio" name="permissio n[4]" value="1" checked> Yes
<input type="radio" name="permissio n[4]" value="0" > No
<br>
<b>Agency 5</b>
<input type="radio" name="permissio n[5]" value="1" checked> Yes
<input type="radio" name="permissio n[5]" value="0" > No
<br>
I have it set up this way but upon viewing in the browser none of the
radio buttons appear checked.
By the way the radio button names MUST remain in the PHP array format
as they will be referenced EXACTLY like that by PHP on the server end.
Sorry can't change that.
What can I do?
Phil
<input type="radio" name="permissio n[4]" value="1" checked> Yes
<input type="radio" name="permissio n[4]" value="0" > No
<br>
<b>Agency 5</b>
<input type="radio" name="permissio n[5]" value="1" checked> Yes
<input type="radio" name="permissio n[5]" value="0" > No
<br>
I have it set up this way but upon viewing in the browser none of the
radio buttons appear checked.
By the way the radio button names MUST remain in the PHP array format
as they will be referenced EXACTLY like that by PHP on the server end.
Sorry can't change that.
What can I do?
Phil
Comment