![]() |
radio button value issue? - Printable Version +- CodeIgniter Forums (https://forum.codeigniter.com) +-- Forum: Archived Discussions (https://forum.codeigniter.com/forumdisplay.php?fid=20) +--- Forum: Archived Development & Programming (https://forum.codeigniter.com/forumdisplay.php?fid=23) +--- Thread: radio button value issue? (/showthread.php?tid=59099) |
radio button value issue? - El Forum - 08-23-2013 [eluser]Xeroxeen[/eluser] hi in my CI website i'm using radio buttons.I'm getting the values and save it in the database.But when i get the values it's giving the same value 0.9,Why is that.These are my code parts. Controller Code: if($_POST){ View Code: <?php echo form_open('Index/radioFunction');?> Model is working properly.So issue should be on both above parts. Please help me???? radio button value issue? - El Forum - 08-24-2013 [eluser]Xeroxeen[/eluser] Finally could solve it.Was a small issue with a variable.So i marked the thread as closed |