Hi all,
My form need to pass(POST) an array which size over 25000 , but i just can only pass 1000 now, so i google and
find a solution, result told me if i change the setting(max_input_vars) in php.ini ,
then i can pass over 1000 record, but i don’t see the variable
(max_input_vars) in my php.ini , what can i do now? Thanks.
P.S my php version us 5.4.16
Brgds/Brandon Chau