![]() |
i want to run this link.How will i code?? - 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: i want to run this link.How will i code?? (/showthread.php?tid=26734) |
i want to run this link.How will i code?? - El Forum - 01-21-2010 [eluser]minhbu[/eluser] i have link http://mydomain.com/a2324 and http://mydomain.com/news i want when i use http://mydomain.com/a2324 is server will get param a2324 and use it query in db and return infomation in db. And if i use http://mydomain.com/news is it will run controller news. How will i do it ?? Thanks i want to run this link.How will i code?? - El Forum - 01-21-2010 [eluser]bretticus[/eluser] Refer to routing in the manual. |