I want to make a form with 3 select boxes, one for month, one for day, and one for year. I want to hold the values in an array and use the array values to put them into select boxes. I successfully made the month array and select box but the problem is selecting how many days in the month. How...