calendar usage in html forms and getting the values in php
hi,
I used the calendars in a html form which displays the month and year. So the user can select the month and year.
And I have a php coding which saves the details in the html form to mysql database. If I 'm using the "dynamic calendars"
in this website... which allows me to paste some coding into the 'body' section of my page and the 'body' tag and download a
"calendar.js" script in the same directory of which I'm using. How will I get the values using the POST or GET method in php?
or is there anyother better way to use calendars and recieve the values in a variable in php. Can someone help me out?
Thanks in advance.