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