PHP is set to only recieve 1000 fields per post!, but if you want more uncomment this in your php.ini file and set higher.
php_value max_input_vars=3000
or it may be
max_input_vars = 3000
PHP is set to only recieve 1000 fields per post!, but if you want more uncomment this in your php.ini file and set higher.
php_value max_input_vars=3000
or it may be
max_input_vars = 3000
© 2022 CODEHAVEN