View Single Post
Old 10-16-2012, 07:44 AM   PM User | #1
coolguyraj
New Coder

 
Join Date: Nov 2005
Posts: 93
Thanks: 5
Thanked 0 Times in 0 Posts
coolguyraj is an unknown quantity at this point
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
coolguyraj is offline   Reply With Quote