Wednesday, January 28, 2015

Post large array in PHP




To post large array in PHP, we need to modify max_input_nesting_level and  max_input_vars inphp.ini, such as
max_input_nesting_level = 128

; How many GET/POST/COOKIE input variables may be accepted
 max_input_vars = 5000

No comments:

Post a Comment