Welcome Guest, Not a member yet? Register   Sign In
Codeigniter + JQuery 1.4.2 + autocomplete
#13

[eluser]Blinkiz[/eluser]
Solution to my problem is to change
Code:
$config['uri_protocol']    = "AUTO";
to something like
Code:
$config['uri_protocol']    = "PATH_INFO";
in config.php. Then codeigniter will start to accept a string like
Code:
http://localhost/views/search/search_person_name/kyle?term=kyle


Messages In This Thread
Codeigniter + JQuery 1.4.2 + autocomplete - by El Forum - 09-16-2010, 02:17 AM
Codeigniter + JQuery 1.4.2 + autocomplete - by El Forum - 09-16-2010, 03:16 AM
Codeigniter + JQuery 1.4.2 + autocomplete - by El Forum - 09-16-2010, 03:42 AM
Codeigniter + JQuery 1.4.2 + autocomplete - by El Forum - 09-16-2010, 03:46 AM
Codeigniter + JQuery 1.4.2 + autocomplete - by El Forum - 09-16-2010, 03:50 AM
Codeigniter + JQuery 1.4.2 + autocomplete - by El Forum - 09-16-2010, 05:41 AM
Codeigniter + JQuery 1.4.2 + autocomplete - by El Forum - 09-17-2010, 04:51 PM
Codeigniter + JQuery 1.4.2 + autocomplete - by El Forum - 10-17-2010, 02:06 AM
Codeigniter + JQuery 1.4.2 + autocomplete - by El Forum - 11-08-2010, 03:32 AM
Codeigniter + JQuery 1.4.2 + autocomplete - by El Forum - 11-22-2010, 04:39 PM
Codeigniter + JQuery 1.4.2 + autocomplete - by El Forum - 12-07-2010, 09:56 AM
Codeigniter + JQuery 1.4.2 + autocomplete - by El Forum - 12-07-2010, 10:38 AM
Codeigniter + JQuery 1.4.2 + autocomplete - by El Forum - 12-08-2010, 12:48 AM
Codeigniter + JQuery 1.4.2 + autocomplete - by El Forum - 12-08-2010, 02:19 AM



Theme © iAndrew 2016 - Forum software by © MyBB