What language will allow a single user to edit webpages without the knowledge of HTML?
Jan.10, 2007 in
Other
omg00dness asked:
I’m looking to set up a password-protected page to where a user may enter and make customizations (as restricted by the code) to certain parts of the site. For example, if I make an HTML/javascript calendar, the user may enter details into a text box or drop-down menu (description, date etc.) and the code will handle what to edit and change in the webpage.
Custom Search
January 12th, 2007 at 3:34 pm
PHP is probably the most popular option. There are a lot of pre-made scripts that do what you are asking. Goto and browse the PHP section. You will need a server that supports PHP to run these.