# Edit Page Live on Website

**URL:** https://forum.kirupa.com/t/edit-page-live-on-website/284791
**Category:** programming
**Created:** [March 23, 2009, 5:51pm UTC](https://forum.kirupa.com/t/edit-page-live-on-website/284791 "2009-03-23T17:51:10Z")
**Posts on this page:** 1
**Page:** 1

<div class="post-metadata">

### Author: ![hojo](https://avatars.discourse-cdn.com/v4/letter/h/7cd45c/32.png) [@hojo](https://forum.kirupa.com/u/hojo)
#### Post date: [March 23, 2009, 5:51pm UTC](https://forum.kirupa.com/t/edit-page-live-on-website/284791/1 "2009-03-23T17:51:10Z")

</div>

Hey guys,  
I tried posting this thread in Client-Side thinking the solution was Javascript. However doing some reading it looks like I need to use PHP. I need to allow a single page on an HTML site to be edited allowing a user to add/edit news.

Things I need to accomplish:

- Allow user to login to a page (even if just with a password)
- Let user edit a single page
- No use of database or CMS
- Self contained, not requiring extensive server technology (now able to alter permissions)

If anyone could point me in the right direction I would most appreciate it. I found this page ([onlinetools.org/articles/editablepages\_all.php](http://onlinetools.org/articles/editablepages_all.php)), which sounded like it was what I needed. The problem was that the sample didn’t even work, so needless to say my page didn’t work either.

Thanks!
