How to access http GET parameters
-
Hi
I want to pass a GET parameter in the URL, eg. https://www.mywebsite.com/?parameter=myParameter and then access it on the page, how do I do that?
PHP is disabled, I think, otherwise I’d echo $_GET[‘parameter’], but I presume WordPress provides a method to reach it, but I can’t find it.
I’m going to send that info back through a form processor in the template, so I’m all sorted barring wondering how to access the GET.
All help appreciated ??
Cheers
J
Viewing 5 replies - 1 through 5 (of 5 total)
Viewing 5 replies - 1 through 5 (of 5 total)
- The topic ‘How to access http GET parameters’ is closed to new replies.