ar all,
I have a problem in my project. I am sending post array with more than 1000 variables in an associative array. but on server I can receive only 1000 variables of this associated array. I found that my server configuration allowed me to send only 1000 "MAX_INPUT_VARS". I tried to increase this limit with PHP.INI file. But when I added PHP.INI file to the project root directory I got many errors. These errors are related to SERVER. I'm not able to find the solution for this problem. I want to increase the "MAX_INPUT_VARS" on sever. I tried with three ways.
for further information please view below image.
I have a problem in my project. I am sending post array with more than 1000 variables in an associative array. but on server I can receive only 1000 variables of this associated array. I found that my server configuration allowed me to send only 1000 "MAX_INPUT_VARS". I tried to increase this limit with PHP.INI file. But when I added PHP.INI file to the project root directory I got many errors. These errors are related to SERVER. I'm not able to find the solution for this problem. I want to increase the "MAX_INPUT_VARS" on sever. I tried with three ways.
- PHP.INI
- .HTACCESS
- PHP CODE
for further information please view below image.