I want to use the date("d") function to identify all the days of a month 1 - 31...
Using just date("d") I will get today's number day, example 23 for today.
I want to load all of these numbers into an array (I think) to then populate a drop down box and default select today's number day..
I know I can key all these numbers in an array, but I want to try and see it work the other way...
Thanks in advance