CodeIgniter Forums
how get value from QUERY_STRING URL - 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: how get value from QUERY_STRING URL (/showthread.php?tid=20464)



how get value from QUERY_STRING URL - El Forum - 07-10-2009

[eluser]Asinox[/eluser]
Hi guys, i hope that somebody will help me...

im not using QUERY_STRING in my project, im using REQUEST_URI, so, i need to get a value but there is a URL QUERY STRING

how ill get the value of the segment "file" ?

Code:
<img src="controller/function?file=&lt;?php echo urlencode('/path/to/image.jpg'); ?&gt;" />

thanks u


how get value from QUERY_STRING URL - El Forum - 07-10-2009

[eluser]umefarooq[/eluser]
hi you can do without query string and it will help you, with ci url structure following link has to helper which will help you.

http://ellislab.com/forums/viewthread/107741/