Customized calendar booking system

PHP programming forum. Ask questions or help people concerning PHP code. Don't understand a function? Need help implementing a class? Don't understand a class? Here is where to ask. Remember to do your homework!

Moderator: General Moderators

Post Reply
lynchpin
Forum Commoner
Posts: 60
Joined: Mon Jul 21, 2008 1:31 pm

Customized calendar booking system

Post by lynchpin »

Hello

I am working on a new project and need advice on how to create an efficient booking system. At the moment am concerned about creating a calendar that is generated based on server side processing. I want the calendar to be a sort of wall calendar, where notes can be added on each day and stored in a database, the content can then be viewed, edited or deleted by users with the right privelege.

Thanks in anticipation.
User avatar
aceconcepts
DevNet Resident
Posts: 1424
Joined: Mon Feb 06, 2006 11:26 am
Location: London

Re: Customized calendar booking system

Post by aceconcepts »

I think this will be a most suitable solution for you: http://www.easyphpcalendar.com/
lynchpin
Forum Commoner
Posts: 60
Joined: Mon Jul 21, 2008 1:31 pm

Re: Customized calendar booking system

Post by lynchpin »

Thanks alot.
Post Reply