is there any limit on the number of post vars in php code example
Example: setting max input var
htaccess --> php_value max_input_vars 3000
.php --> ini_set('max_input_vars', 3000);
htaccess --> php_value max_input_vars 3000
.php --> ini_set('max_input_vars', 3000);