I am having trouble trying to pass an extra variable in the url to my WordPress installation. For example /news?c=123 For some reason, it works only on the website root www.example.com?c=123 but it …
Tag: get
How much data can be sent via $_GET
How much data can be sent via $_GET in PHP5? Is there a maximum number of variables, string length etc? Thanks in advance.