![]() |
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 |
you can try one of these two,
try the php ini first, if that does not work (sometimes it happens) then do the htaccess method PHP Code:
|
Quote:
btw, why would you need that much input elements in a single form? |
LOL abduraooft yeah it does seem like alot huh, poss total overload. Maybe its the new NASA space station auto toilet with 3000 ways to flush your stuff lol, who knows.... :D
|
You can add it to the php.ini if it's not there:
Code:
; PHP 5.3.9+ |
| All times are GMT +1. The time now is 11:50 PM. |
Powered by vBulletin®
Copyright ©2000 - 2013, Jelsoft Enterprises Ltd.