CodeIgniter Forums
method GET - 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: method GET (/showthread.php?tid=13684)



method GET - El Forum - 12-02-2008

[eluser]nooby[/eluser]
Sorry if my question are stupid, but i couldnt find answer. How work with GET query? Of course i could use params, like www.site.com/mycontroller/func1/param1/param2/param3... but i need GET method... like www.site.com/something.php?param1=1&param2=2&param3=3 how can i work with them, help. In script it must be in $_GET[]

thanks


method GET - El Forum - 12-02-2008

[eluser]xwero[/eluser]
GET