2
I work with a free system and I have a problem in a routine where the system creates a table of items, and for each value field of each item an input is created, where the name receives the code of the item, but in this case, there are more than 400 items, and by clicking include, only reaches the other side in the POST 327 items, you have an idea of how I can increase the amount of fields sent via POST by form?
increasing the max_input_vars solved the problem. Thank you very much friend!
– Robson de Jesus
@Robsondejesus can mark the answer with the green arrow to indicate that the problem has been solved :)
– rray
put max_input_vars = 1200 post_max_size = 254mb ai no result appears
– Fabio Henrique