Hello all, Okay, basically I am building a website for a small company in my village, and I only want it to be a very simple HTML site. However, there is one function I would like, and that is for the person who owns the company to be able to login (maybe...or just access a certain web directory, not TO concerned about security), and edit a page file which will be the monthly newsletter. When it is edited, he can then save it, and it will automatically update on the website. Do this, as opposed to editing the file in a program such as dreamweaver, and uploading it to the web server again. So, does anyone have any simply scripts that will allow me to do this? I don't want a fully fledged CMS, just a simple admin side page editor. Thanks in advance!
from the thing that I see here, I think you probably need to create a portal page that will login the admin and edit content of the page. You need server side programming here... there are various choices of programming languages you can use..