![]() |
HELP url parameter - Printable Version +- CodeIgniter Forums (https://forum.codeigniter.com) +-- Forum: Using CodeIgniter (https://forum.codeigniter.com/forumdisplay.php?fid=5) +--- Forum: General Help (https://forum.codeigniter.com/forumdisplay.php?fid=24) +--- Thread: HELP url parameter (/showthread.php?tid=61737) |
HELP url parameter - setthawuth - 05-12-2015 I'm CI New need help how to use CI old code: url "http://localhost?p=frm_prodoct" url "http://localhost?p=frm_member" php page: "include("form/frm_product". "php")" I have only one index.php template and I need to include file when user click some link on the index page question how to use CI sorry english my bad. RE: HELP url parameter - sintakonte - 05-12-2015 sorry men but RTFM - really you need to understand CI first - http://www.codeigniter.com/user_guide/ |