Forum Moderators: coopster
I have 2 drop down boxes. The second depends on the selected value of the first. It both should contain date values. I've writen a php function that calculates 10 dates starting from the current date. When the user selects a date, 10 new dates should be calculated starting with the selected date and shown in the second drop down box. So my actual 2 questions are:
- I know this is a typical Javascript issue, but we rather do not use this. Is it possible in php?
- if so, how do I get the selected value in php without doing a post. Because otherwise my complete form will be submitted. Or is it perhaps possible to use a form in a form? Never done that either?
Thanks!