![]() |
how to create link that connect to database in codeigniter - 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 create link that connect to database in codeigniter (/showthread.php?tid=48754) |
how to create link that connect to database in codeigniter - El Forum - 01-27-2012 [eluser]wasis[/eluser] hi guys, i have a problem when i must to change my php script into codeigniter. the problem is when i must make dropdown menu that connected with database in codeigniter, i'm still confuse so much, this is my error dropdown menu in view.. <li><a href="index.php?id_submenu=<?=$sql_submenu2['id_submenu']?>"><?=$sql_submenu2['nama_submenu']?></a></li> please help me guys, how to fix it in codeigniter code.. how to create link that connect to database in codeigniter - El Forum - 01-27-2012 [eluser]InsiteFX[/eluser] CodeIgniter User Guide - URL Helper Anchor tag |