I'm working with the $_POST
variable on a particular part of the system I'm developing, except that when I make a submit
of a POST-type form not all information is passed to this variable $_POST
.
Is there any limit size for variables of type $_POST
, and if there is, how could I circumvent this?