In a file called select_dates.php
FORM > SELECT Month and Year > Submit > Generate calender for selected month and year with checkboxes next to each date. I want to be able to select any multiple checkboxes at once and insert something into the database. I should also be able to deselect using the same page (just by ticking off checkboxes)
In a file called calender.php
FORM > SELECT Month And Year > Submit > View calender for selected month and year. The dates that have been selected using select_dates.php, should be highlighted in red.
What I don't get? How should I do this? I don't even know what data to store in the database. Please help, I need this urgent!