![]() |
Get Variables - 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: Get Variables (/showthread.php?tid=16566) |
Get Variables - El Forum - 03-10-2009 [eluser]Jürgen Mutwalek[/eluser] Hey guys, is there a possibility to pass GET variables with the typicall urls ? e.g. www.example.com/controller/function?id=dsfa Thank you for replies yours Jürgen from Germany Get Variables - El Forum - 03-10-2009 [eluser]Colin Williams[/eluser] http://ellislab.com/forums/search_results/05bcae2bbff3f3a420ea8476fa92a95b/ Get Variables - El Forum - 03-10-2009 [eluser]pistolPete[/eluser] [quote author="Colin Williams" date="1236738783"]http://ellislab.com/forums/search_results/05bcae2bbff3f3a420ea8476fa92a95b/[/quote] Since this url expires at some time (don't know exactly when), I'll give you the keywords you should search this forums for: $_GET or query string |