PDA

View Full Version : Calendar Navigation


gmrobert
12-18-2006, 02:25 PM
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

ve9gra
12-18-2006, 07:17 PM
The calendar needs to use its own database. It cannot be adapted to use another format.

The closest thing would be that you'd need to develop a process that would export your database to the calendar's database following its format. (Note that this is not/would not be supported)