Welcome Guest, Not a member yet? Register   Sign In
problem with only the first radiobox value !
#6

[eluser]krislec[/eluser]
just for help...

Code:
echo form_label('','civilite');
          // Mr
            $mr_checked = set_value('civilite') =='Mr' ? TRUE : @$rows->civilite == 'Mr' ? TRUE : '';
            echo form_radio('civilite','Mr',set_radio('civilite','Mr',$mr_checked),'style="margin:0 3px 0 0"');
            echo form_label(' Mr.','Mr',array('style'=>'font-style:normal;width:100px'));
           // Mme
            $mme_checked = set_value('civilite') =='Mme' ? TRUE : @$rows->civilite == 'Mme' ? TRUE : '';
            echo form_radio('civilite','Mme',set_radio('civilite','Mme',$mme_checked),'style="margin:0 3px 0 15px"');
            echo form_label(' Mme.','Mme',array('style'=>'font-style:normal;width:100px'));
          // Mlle
            $mlle_checked = set_value('civilite') =='Mlle' ? TRUE : @$rows->civilite == 'Mlle' ? TRUE : '';
            echo form_radio('civilite','Mlle',set_radio('civilite','Mlle',$mlle_checked),'style="margin:0 3px 0 15px"');
            echo form_label(' Mlle.','Mlle',array('style'=>'font-style:normal;width:100px'));


Messages In This Thread
problem with only the first radiobox value ! - by El Forum - 05-04-2011, 10:24 AM
problem with only the first radiobox value ! - by El Forum - 05-04-2011, 01:47 PM
problem with only the first radiobox value ! - by El Forum - 05-04-2011, 03:02 PM
problem with only the first radiobox value ! - by El Forum - 05-04-2011, 03:34 PM
problem with only the first radiobox value ! - by El Forum - 05-05-2011, 12:21 PM
problem with only the first radiobox value ! - by El Forum - 06-03-2011, 02:12 PM



Theme © iAndrew 2016 - Forum software by © MyBB