I am not sure how to explain what it is that I want to do.. so it's making it hard for me to search for it.. I'll try to explain.
Last year, I helped my department build a web site that has a lot of static html pages which are mostly text.
Of course, we're now running into the problem of pages getting a bit out-of-date.
Using PHP, I was wondering if there might be a somewhat simple way to build in a crude way to directly edit the web pages from a web browser. (I'm thinking I can change the html pages to php pages and build in a function at the bottom of the page that says "edit this page")
Could someone give me a few ideas of how I might be able to approach this ?
I'm very new to php, so please be gentle and as generic with your terminology as possible.
Thanks for reading this.