Passing $_POST variables to a page not working
-
I have EXEC-PHP installed to run custom PHP code on my WordPress pages. Everything has worked great except when I try to pass a variable to another page using POST or GET. I know that the variable is getting sent because when I use GET I can see the variable present in the URL but when I try to retrieve it to echo to the page I get nothing. What is the best course of action to take to get this resolved?
- The topic ‘Passing $_POST variables to a page not working’ is closed to new replies.