Web Calendars
Web Calendars
- Started
- Last post
- 3 Responses
- Meeklo
Im trying to find an easy way to implement a calendar into a website,
something like thishttp://www.mergeevents.com/cal/c…
I dont know any programming, so is there a way to get this done on something like dreamweaver for example?
thanks for the help!
- welded0
There might be extensions for this on the Macromedia site. Have you checked there? Also Hotscripts should probably have something like this.
- mrdobolina0
http://php.resourceindex.com/Com…
You might have to learn a bit about php, but these are pretty simple. The flat calendar script doesnt uses a database, it just saves the calendar entries to a text file, works well.
- Meeklo0
nice, any more links?