I need to pass a php variable eg. $_POST[‘subject’] from process.php to thankyoupage.php which is the page I redirect users to after the form is submitted. Can you advise me how to do that? I already know how to redirect, I just want to know how to pass the variables.