Welcome Guest, Not a member yet? Register   Sign In
Get and Post wont work ?
#11

[eluser]DJMOHNL[/eluser]
[quote author="WanWizard" date="1280453248"]Which patch are you talking about? Mine, from the post @pbreit referred you to?

That should work like a charm, providing you have 'enable_query_strings' to FALSE, and 'allow_get_array' to TRUE.

If I test this here with the URL
Code:
http://test.catwoman.exite.local/en/homepage.html?foo=bar&bar=foo

it uses 'en/homepage' to route to the correct controller, and in that controller,
Code:
var_dump($_GET);
// gives me
//    array
//      'foo' => string 'bar' (length=3)
//      'bar' => string 'foo' (length=3)
[/quote]

Yes that one, but i have a controller called home: (with _remap function inside)
that has the same template as my search (zoek in dutch) controller taxidea.nl on the left there is a form wich sends data to (action=)http://taxidea.nl/zoek/index but when i try to get the data (doesnt matter to be get or post) it returns FALSE ($this->input->post('key') and $this->input->get('key')) the var "key" is as an input from my form (see source of website) the get variables dont append in the url when to form method is set to get. Even when i use post method i cant get any information extracted from the "key" input. (<input type="text" id="key" value="" class="side" /&gtWink


at this moment i dont care for my urls to be with query strings or not, i just need to have my form working.. This is very NOT normal as i cant get my information send by the html form. you can see my php settings by http://taxidea.nl/x.php just for today.

thanks for helping.


Messages In This Thread
Get and Post wont work ? - by El Forum - 07-28-2010, 08:04 AM
Get and Post wont work ? - by El Forum - 07-28-2010, 09:11 AM
Get and Post wont work ? - by El Forum - 07-28-2010, 09:38 AM
Get and Post wont work ? - by El Forum - 07-28-2010, 03:28 PM
Get and Post wont work ? - by El Forum - 07-29-2010, 09:36 AM
Get and Post wont work ? - by El Forum - 07-29-2010, 09:38 AM
Get and Post wont work ? - by El Forum - 07-29-2010, 11:49 AM
Get and Post wont work ? - by El Forum - 07-29-2010, 12:34 PM
Get and Post wont work ? - by El Forum - 07-29-2010, 01:00 PM
Get and Post wont work ? - by El Forum - 07-29-2010, 02:27 PM
Get and Post wont work ? - by El Forum - 07-29-2010, 03:55 PM
Get and Post wont work ? - by El Forum - 07-29-2010, 04:02 PM
Get and Post wont work ? - by El Forum - 07-29-2010, 04:11 PM
Get and Post wont work ? - by El Forum - 07-29-2010, 04:14 PM
Get and Post wont work ? - by El Forum - 07-29-2010, 04:17 PM
Get and Post wont work ? - by El Forum - 07-29-2010, 04:20 PM



Theme © iAndrew 2016 - Forum software by © MyBB