How can I pass values to php script uding HTTPS? I want to redirect to HTTPS using the header function and passing some variables.
Is this possible?
header("Location: <https://www.mystore.com/my.php?var=help>");
I tried this code, but my vars are getting dropped. Any Ideas?