Forum Moderators: coopster
It may be easier to build in stages. I would build the calendar portion first to get a good feel for the PHP date and time functions [php.net].
Knowing what I know now, if I were to do it again, I would do it like Coopster said. Do the calendar first, then work on getting the "Appointments" part included into it.
I did both at the same time. Man! Did I get lost in a hurry. It took me twice as long to complete and my code looked like my 8 yr old wrote it. LOL.
Regards,
IamStang
[phpclasses.org...]
dc
I want a calendar, so i can select the date and it will search for it that way. Please read my initial post
That is why the recommendation is to build the calendar first, you will get a feeling for date/time functions. You want a calendar, build the calendar ;-)
As dc has mentioned you can grab some open source and read through to get a feel for how a calendar can be built. The next step after building a calendar is to learn how to "connect" the dates for any given calendar displayed with any corresponding database entries you may have for those dates. The recommendation is merely to help you break the coding project into smaller chunks.
If we are still misunderstanding your request here, please offer more detail.