Quantcast
Channel: CodeIgniter Forums - All Forums
Viewing all articles
Browse latest Browse all 14342

POST ARRAY MAX LIMIT PROBLEM

$
0
0
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.
  1. PHP.INI
  2. .HTACCESS
  3. PHP CODE
Please help me in this problem thanks.

for further information please view below image.
[Image: 26731766_1542267175848963_77473480964619...e=5AE5BD5A]

Viewing all articles
Browse latest Browse all 14342

Trending Articles