How much data can be sent via $_GET in PHP5? Is there a maximum number of variables, string length etc? Thanks in advance.
Advertisement
Answer
Although the specification of the HTTP protocol does not specify any maximum length, practical limits are imposed by web browser and server software.