Hi Friends,

I want to increase value of "max_input_vars" in php configuration but i don't know where to edit

Can anyone help me to solve this problem?

Thanks

You'll have to goto the php.ini file on your server. If you're running PHP 5.3.9 or later on your server you will have a line in your ini file that states max_input_vars = 1000 you can change the number there. If you're running an older version of PHP that value is hard coded into PHP and does not show in the ini file so you'll just have to add an extra line:
max_input_vars = 5000;
or what ever number you want

Be a part of the DaniWeb community

We're a friendly, industry-focused community of developers, IT pros, digital marketers, and technology enthusiasts meeting, networking, learning, and sharing knowledge.