I would like to compact all data from a huge HTML-form with over a 1000 variables to circumvent the max_input_vars limit in PHP versions before 5.3.9.
How can I read all
perhaps serialize and JSON.stringify may work together, though I have not tried it.