I need a calendar application to display on the front end. The user should be able to login and update calendar with text that will then display on website. Can anybody know of a nice simple application for this? Cheers
[QUOTE=seventure]
I need a calendar application to display on the front end. The user should be able to login and update calendar with text that will then display on website. Can anybody know of a nice simple application for this? Cheers
[/QUOTE]
If you use Dreamweaver I can recommend a really nice extenstion to build one…
I remember searching for one in the past, and never really finding a good one, so I ended up hacking one. to fit me needs. You can see one running here:
http://www.louisvilleballroom.com/phpEventCalendar/index.php?month=12&year=2003
Check out:
http://keithdevens.com/software/php_calendar
With only minor work, I’ve used it to build a db-driven, client-updateable events calendar.
Tim
Great job. Did you write that tutorial?