[eluser]xeroblast[/eluser]
Code:
form_radio('feat',$prods->id,($prods->feat == 1) ? TRUE : FALSE)
this code is inside a loop (foreach).. why is it that the TRUE/FALSE values isn't getting the checked element? the radio button doesn't have a checked element in its attributes.