Welcome Guest, Not a member yet? Register   Sign In
Form validation returning FALSE
#9

I'm highly confident that CI does not:
  • Change the value of $_SERVER['REQUEST_METHOD']
  • Put data in the $_POST array when the request method is "GET"
  • Put data in the $_GET array when the request method is "POST"
Have you used your browser's developer tool to examine and confirm the request "type" of the submit?

Here are things I would check
  1. Hacked core files
  2. Extended core classes
  3. Custom classes / helpers
  4. Framework Hooks used
  5. Some javascript weirdness
  6. Redirect in .htaccess changing a POST to a GET
  7. Other .htaccess weirdness
  8. PHP version and/or config
  9. Server type, version and/or config
Reply


Messages In This Thread
Form validation returning FALSE - by dwlamb - 10-14-2017, 12:05 PM
RE: Form validation returning FALSE - by PaulD - 10-15-2017, 04:58 AM
RE: Form validation returning FALSE - by dwlamb - 10-15-2017, 10:23 AM
RE: Form validation returning FALSE - by dwlamb - 10-15-2017, 01:06 PM
RE: Form validation returning FALSE - by dwlamb - 10-15-2017, 06:45 PM
RE: Form validation returning FALSE - by dave friend - 10-16-2017, 08:21 AM
RE: Form validation returning FALSE - by gmgj - 04-17-2019, 11:38 AM
RE: Form validation returning FALSE - by gmgj - 04-30-2019, 03:48 PM



Theme © iAndrew 2016 - Forum software by © MyBB