Is this Drop Down part of a form? If so use $_POST['dropdown_name_here']
else use $_GET['dropdown_name_here']
How is the 2nd page using the variable values? Form, Just text on the page?
There are two things if your 2nd page is a form you can add them as hidden fields, if not you can use sessions.