Html form has more than 1000 fields. so form is break after 1000 fields.How to increase the php gobal variable max_input_vars.
ini_set('max_input_vars',3000);// is not working echo phpinfo();//show only 1000
Html form has more than 1000 fields. so form is break after 1000 fields.How to increase the php gobal variable max_input_vars.
ini_set('max_input_vars',3000);// is not working echo phpinfo();//show only 1000