$_POST max array size

后端 未结 1 843
刺人心
刺人心 2020-11-30 13:45

I have a really big form with >1000 Elements. They are already nested inside the form html structure

                {foreach from=$result item=item}
                


        
1条回答
  •  無奈伤痛
    2020-11-30 14:22

    Try changing max_input_vars as well. More information: PHP max_input_vars and big forms.

    0 讨论(0)
提交回复
热议问题