Thread
:
PHP does not allow all POST variables
View Single Post
10-17-2012, 01:32 AM
PM User
|
#
5
Inigoesdr
Super Moderator
Join Date: Mar 2007
Location: Florida, USA
Posts: 3,602
Thanks: 2
Thanked 398 Times in 391 Posts
You can add it to the php.ini if it's not there:
Code:
; PHP 5.3.9+ max_input_vars=4000 ; Suhosin suhosin.post.max_vars 4000 suhosin.request.max_vars 4000
After you have updated make sure you restart PHP and check your
phpinfo()
again.
Inigoesdr
View Public Profile
Find More Posts by Inigoesdr