method GET |
[eluser]paulon[/eluser]
http://localhost/codescafe/pau/search?search_string=ff how to work with this one? how work with GET method?
[eluser]rogierb[/eluser]
It's all in the user guide: http://ellislab.com/codeigniter/user-gui.../urls.html Read up on the section about: Enabling Query Strings
[eluser]paulon[/eluser]
the document suggesting that i cannot use form method GET anymore... is it?
[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. |
Welcome Guest, Not a member yet? Register Sign In |