Click to See Complete Forum and Search --> : Question: Interactive calendar?
confused
03-25-2003, 04:38 PM
I just set up a calendar with events. 1. How can I make a link to allow people to add their names to the event without allowing them to remove submitted names? 2. Can I create an administrative account/password which would have the ability to delete names? How? Thanks!!!
Most of this will probably be server-side. My suggestion is that you do use server-side.
PHP would probably be a good way to go. It is very secure and would support an administrator account as well. Java Script is not secure at all so people could find the passwords and post unwanted things to your calender. Hope that helps. :D