PHP not receiving entire query string
Posted: Wed Sep 22, 2010 6:56 pm
I have an Ext post that is sending data (I can confirm that the entire query string is sent by looking at firebug). There are about 2000 arguments passed in the 'query string', but it is well below the 8M max_post_size set in PHP. If I do a var_dump of the $_POST superglobal on the first line of the receiving page, it only shows about the first 200 arguments!
Again firebug shows that all 2000 arguments are passed in the EXT post, but only the first 200 (approx.) are received in the $_POST superglobal. What could possibly be causing this? Any help would be greatly appreciated. Thanks in advance.
Again firebug shows that all 2000 arguments are passed in the EXT post, but only the first 200 (approx.) are received in the $_POST superglobal. What could possibly be causing this? Any help would be greatly appreciated. Thanks in advance.