iwato 19 Posted February 2, 2018 Report Share Posted February 2, 2018 BACKGROUND: I have a confirmation page to which I would like to pass the values of two PHP variables via PHP's header( ) function. QUESTION: Can this be done with normal query statement say something on the following order: header('Location: ../../gate_confirmation.html?name=w3schools&msg=msg_success'); Roddy Quote Link to post Share on other sites
Ingolme 1,020 Posted February 3, 2018 Report Share Posted February 3, 2018 Yes, you can pass values through the query string. They will be accessible through the $_GET array. 1 Quote Link to post Share on other sites
iwato 19 Posted February 3, 2018 Author Report Share Posted February 3, 2018 Great! Thanks. Quote Link to post Share on other sites
Recommended Posts
Join the conversation
You can post now and register later. If you have an account, sign in now to post with your account.