Welcome Guest, Not a member yet? Register   Sign In
Pre-populate select and radio
#6

[eluser]jmadsen[/eluser]
Hi dibs,

I hope there's a cleaner hack, but this is what I've come up with:

Code:
$checked = 0;if($checked){$true=1;$false=0;}else{$true=0;$false=1;}
echo form_radio('tester', 0, $false);
echo form_radio('tester', 1, $true);


$checked = 1;if($checked){$true=1;$false=0;}else{$true=0;$false=1;}
echo form_radio('tester2', 0, $false);
echo form_radio('tester2', 1, $true);


Messages In This Thread
Pre-populate select and radio - by El Forum - 10-22-2009, 03:33 PM
Pre-populate select and radio - by El Forum - 10-22-2009, 03:37 PM
Pre-populate select and radio - by El Forum - 10-22-2009, 03:44 PM
Pre-populate select and radio - by El Forum - 10-22-2009, 03:51 PM
Pre-populate select and radio - by El Forum - 10-22-2009, 04:04 PM
Pre-populate select and radio - by El Forum - 10-22-2009, 07:30 PM
Pre-populate select and radio - by El Forum - 01-05-2010, 07:17 PM
Pre-populate select and radio - by El Forum - 02-24-2010, 08:40 PM
Pre-populate select and radio - by El Forum - 04-21-2010, 02:51 AM
Pre-populate select and radio - by El Forum - 03-01-2012, 08:53 AM



Theme © iAndrew 2016 - Forum software by © MyBB