Calendar Navigation
I am making a small php/MySQL web app based on a VB app I developed several years ago.
It have a left-side with a 3 month calendar similiar to Outlook. On the right side is data linked to the date selected.
I would like the user to ba able to see which dates have data already input into the database by seeing that date highlighted on the calendar.
I was hoping I could link the calendar to the MySQL date field so the calendar could highlight dates which have data in the database.
When a user selects a highlighted date I was hoping that I could update the right side with the data in the selected record.
If a user selects a date that is not highlighted I was hoping that I could call a new form to have the user add new data for that date.
How difficult would it be to do this with the EasyPHPCalendar?
Thanks
Greg
|