[wd_asp elements=’search’ ratio=’100%’ id=1]

Maximum posts change php.ini

16th January 2014

Php - Miscellaneous

php codehaven

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