I want the user to be able to pick two different variables from a website (from a drop down menu) and hit a button to bring them to a page where files are to download based on the variables picked.
I have the html ready to go.. and i have both menus in an array in php.. i was wondering how to pass both variables through to another site and then have unique content depending on which ones picked..
how do i get php to make it’s own site?
Try something like this:
page1.php
page2.php
Query strings are also ok, just change the form method to GET, and
$_POSTto$_GET.