Welcome Guest, Not a member yet? Register   Sign In
Best way to do this?
#6

[eluser]Agustín Villalba[/eluser]
I think your problem it's not related with enable_query_strings, I think your problem is this line
Quote:redirect('/reader/search/'.urlencode($search_string));
because the CI function redirect does the urlencode for you, so you are doing a double urlencode, and that raises the error. Try this:
Quote:redirect('/reader/search/'.$search_string);


Messages In This Thread
Best way to do this? - by El Forum - 11-02-2010, 05:38 PM
Best way to do this? - by El Forum - 11-02-2010, 06:15 PM
Best way to do this? - by El Forum - 11-02-2010, 06:54 PM
Best way to do this? - by El Forum - 11-02-2010, 07:29 PM
Best way to do this? - by El Forum - 11-02-2010, 10:07 PM
Best way to do this? - by El Forum - 11-03-2010, 02:45 AM
Best way to do this? - by El Forum - 11-03-2010, 04:42 AM
Best way to do this? - by El Forum - 11-03-2010, 02:36 PM
Best way to do this? - by El Forum - 11-03-2010, 04:43 PM
Best way to do this? - by El Forum - 11-03-2010, 08:31 PM



Theme © iAndrew 2016 - Forum software by © MyBB