Adsense
Popular Posts
- Install APXS in Redhat Linux
- MySQL workbench -"Could not decrypt password cache"
- Transfer modules between sites
- JavaScript, remove trailing insignificant zeros after toFixed function
- Set Windows path command line
- datatable order by nunmeric
- MySQL date created and date modified
- super(props) in React
- PHP, dump varailbes in a format way
- React: connect(mapStateToProps, mapDispatchToProps)
Wednesday, January 28, 2015
Post large array in PHP
To post large array in PHP, we need to modify max_input_nesting_level and max_input_vars inphp.ini, such as
max_input_nesting_level = 128
; How many GET/POST/COOKIE input variables may be accepted
max_input_vars = 5000
Labels:
php
Subscribe to:
Post Comments (Atom)
No comments:
Post a Comment