Forum
Notifications
Clear all
Topic starter
On some server, you will not be able to submit lots (hundreds or thousands) of input fields via a web form.
That's because there is a limitation by a PHP Configuration "max_input_vars".
So, if you want to submit 1000 input fields, the PHP max_input_vars must be greater than that.
You can ask your host or you can edit your php.ini to increase it
Posted : 06/06/2013 5:45 pm