Wamp Server not getting all post data [closed] Wamp Server not getting all post data [closed] codeigniter codeigniter

Wamp Server not getting all post data [closed]


Sounds like you're hitting the limit of input variables (max_input_vars). You need to increase that value to suit your application. I believe it defaults to 1000 and you're over it (9*153+4)

How many input variables may be accepted (limit is applied to $_GET, $_POST and $_COOKIE superglobal separately). Use of this directive mitigates the possibility of denial of service attacks which use hash collisions. If there are more input variables than specified by this directive, an E_WARNING is issued, and further input variables are truncated from the request.

Read about it here.


I too had a similar problem . I just had to enable the mod_rewrite. This is how I solved it.http://postimg.org/image/cwyr380zp