![]() |
link that connect to database - 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: link that connect to database (/showthread.php?tid=48756) |
link that connect to database - El Forum - 01-27-2012 [eluser]wasis[/eluser] hi guys, i have a problem when i must to change my php script into codeigniter. how to change it into codeigniter script : ..href=“index.php?id_submenu=<?=$sql_submenu2[‘id_submenu’].. please guys, i really need your help.. link that connect to database - El Forum - 01-27-2012 [eluser]Bhashkar Yadav[/eluser] plz try this href="<?php echo echo base_url('id_submenu='.$sql_submenu2[‘id_submenu’]);" link that connect to database - El Forum - 01-27-2012 [eluser]vbsaltydog[/eluser] [quote author="wasis" date="1327682560"]hi guys, i have a problem when i must to change my php script into codeigniter. how to change it into codeigniter script : ..href=“index.php?id_submenu=<?=$sql_submenu2[‘id_submenu’].. please guys, i really need your help..[/quote] Don't double post. Be patient and someone will help you. |