My php version is 5.4.16
I have a form with 2500 fields. That sounds weird, but actually I have an excel sheet. I read the sheet and display all data in an HTML table whose each cell has a hidden field so that I would be able to post all the data and do further.
I found How to increase maximum POST variable in PHP? so I need to change max_input_vars but could not find it.
Issue: I need to change max_input_vars? But i am unable to find it in php.ini
Please help!!!