We are trying to transfer a variable from one page to another php page when a button is clicked and redirects the user to a the new page. How to you store a variable and keep it the same in the next page?
You can use the method POST in PHP https://www.w3schools.com/php/php_forms.asp