codehaven - php snippets - coding help
Generic filters
Exact matches only
  • 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

    Was this code snippet helpful?