Welcome Guest, Not a member yet? Register   Sign In
Controller function not finding $_GET variable for jQuery Autocomplete
#2

[eluser]umefarooq[/eluser]
hi you can read about get in the guide

http://ellislab.com/codeigniter/user-gui...urity.html

if you want to get the variable use
Code:
this->input->get_post('q');

This function will search through both the post and get streams for data, looking first in post, and then in get:

http://ellislab.com/codeigniter/user-gui...input.html


Messages In This Thread
Controller function not finding $_GET variable for jQuery Autocomplete - by El Forum - 05-06-2009, 12:48 AM



Theme © iAndrew 2016 - Forum software by © MyBB