![]() |
Code compatible with 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: Code compatible with CodeIgniter (/showthread.php?tid=52460) |
Code compatible with CodeIgniter - El Forum - 06-12-2012 [eluser]Gabi3xz[/eluser] I have a code which extract images from a folder. Code: $dir = base_url().'images/user'; What can I do? |