max_input_nesting_level

max_input_nesting_level variable is sets the max nesting depth of input variables.

Example:

; max_input_nesting_level = 64

i.e ($_GET, $_POST) When a form is submitted to a PHP script, the information from that form is automatically made available to the script. There are many ways to access this information.





Content