Hello,
I would like to create a URL link based on a pull-down menu on a website. There would be one pull-down menu for the month and another for the day. Example: they choose Feb 20, they would hit 'go' and they would be taken to the url:
www.mysite.com/index.php?day=20&month=02
What is the best way to do this? Javascript? PHP? Something else entirely?
Thank you.