Hello,
I've got form that I want to take the user's input and dynamically display what day of the week that will be.
No MySQL!
Ideally, I'm trying to have php build my form fields and list only weekdays for the current year but only list the weekdays M-F valid for that month (so the list isn't extremely long).
For example, the user would select month, the days would automatically fill in with appropriate weekdays for that month and list the name of the day that date falls on like this:
<select name="month"> // March
<select name="day"> // 20, 2003 (Thursday)
Any help would be appreciated!
Thanks a ton,
Kevin