Wednesday, May 25, 2011

Maximum length for the POST and GET methods

Maximum length of the POST is defined in the PHP ini file. Mostly it is 128M. To know the maximum POST length check your ini file for post_max_size

Maximum URL length is 2083 characters i.e. maxlength in GET method.


No comments: