Truncated/missing form data when form contains large number of inputs? Truncated/missing form data when form contains large number of inputs? codeigniter codeigniter

Truncated/missing form data when form contains large number of inputs?


Assuming no suhosin... Then see: max_input_vars and max_input_nesting_level.

These are newer and often overlooked when people think of POST limits in PHP.

But if its truncated like you say then maybe it is just your post_max_size.

Also, this just has to be a dupe question...

PHP max_input_varsIncreasing the maximum post sizeetc..