Welcome Guest, Not a member yet? Register   Sign In
Problem with sending form data by Query string
#3

[eluser]Jatinder Thind[/eluser]
$_GET won't work in CI. You will have to use POST.

Or change

Code:
$config['enable_query_strings'] = FALSE;

to

Code:
$config['enable_query_strings'] = TRUE;

in config.php to enable query strings.


Messages In This Thread
Problem with sending form data by Query string - by El Forum - 10-23-2007, 02:32 AM
Problem with sending form data by Query string - by El Forum - 10-23-2007, 04:08 AM
Problem with sending form data by Query string - by El Forum - 10-23-2007, 04:34 AM
Problem with sending form data by Query string - by El Forum - 10-23-2007, 06:32 AM



Theme © iAndrew 2016 - Forum software by © MyBB