method GET - Printable Version +- CodeIgniter Forums (https://forum.codeigniter.com) +-- Forum: Archived Discussions (https://forum.codeigniter.com/forumdisplay.php?fid=20) +--- Forum: Archived General Discussion (https://forum.codeigniter.com/forumdisplay.php?fid=21) +--- Thread: method GET (/showthread.php?tid=27747) |
method GET - El Forum - 02-19-2010 [eluser]paulon[/eluser] http://localhost/codescafe/pau/search?search_string=ff how to work with this one? how work with GET method? method GET - El Forum - 02-19-2010 [eluser]rogierb[/eluser] It's all in the user guide: http://ellislab.com/codeigniter/user-guide/general/urls.html Read up on the section about: Enabling Query Strings method GET - El Forum - 02-19-2010 [eluser]paulon[/eluser] tnx.. method GET - El Forum - 02-19-2010 [eluser]paulon[/eluser] the document suggesting that i cannot use form method GET anymore... is it? method GET - El Forum - 02-19-2010 [eluser]tomcode[/eluser] If You use GET You have to assure You're own security routines and some of CI's helper functions won't work any longer, see the user guide for details. |