![]() |
How to repopulate in radio button - 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: How to repopulate in radio button (/showthread.php?tid=34543) |
How to repopulate in radio button - El Forum - 10-02-2010 [eluser]shinokada[/eluser] The following is from the BackendPro. Code: print $this->lang->line('general_yes'); This is for an previous version of CI. I want to repopulate a value of radio button. DB has the following structure for the field 'active'. Code: CREATE TABLE IF NOT EXISTS `omc_projects` ( How do I do that? Thanks in advance. |