![]() |
CI uri segment function issue with image path? - 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: CI uri segment function issue with image path? (/showthread.php?tid=58893) |
CI uri segment function issue with image path? - El Forum - 08-01-2013 [eluser]Xeroxeen[/eluser] Hi, there is an issue with my CI website.I'm using uri segment function.I want to pass a image path in url.I want to pass thumbnail image path in the url and get the main image.But it's not working.How to pass a image path in url?Plz help CI uri segment function issue with image path? - El Forum - 08-01-2013 [eluser]PravinS[/eluser] use base_url() |