|
PHP does not allow all POST variables
Hi,
I have a form with 3000 fields, only the first 1000 variables are added to POST array and saved to the db.
I checked the php.in file the post_max_vars setting is not found. However when i check the php_info page it shows post_max_vars=1000.
How can i change this, since i dont have this directive in in the php.ini file
Thanks
|