If you try to do it yourself you will need to know a web app language, SQL and have some kind of database accessible by your web server like MySQL or SQL Server or an Access file or at minimum a local XML file.
As other have mentioned you'll really need to know what you are doing from a security stand point since you do not escape and encode certain characters a malicious users can do nasty things to your site like insert JavaScript that then redirects other to a malicious site.
This requires scanning what a user wants to edit on the site and then escaping certain characters like < becomes <
Unless you are an experienced web programmer or just playing around on a server you can limit access to, I suggest googling for a free content management system or portal app written in a language your server supports.
Also if you want to learn some PHP and do it yourself go to w3schools.com.
If you do allow editing of ANY part of the website, make sure that all the appropriate permissions and locks are in place so that no-one can hack in.
#If you have any other info about this subject , Please add it free.# |