I want to use includes on pages to keep the content fresh and easy to maintain. I had originally thought that the easiest way would be to simply include text files and use a web form to "write/rewrite" the contents of the text file... However, would it work if I were just to use a web form which would post each form field's data to a variable and then somehow echo that variable into the particular spots on the page I want it to display?
This site will be a static site, but it needs the ability to be easily updated by the client. That's why I was thinking of using a web form so they could update it themselves without having to know anything about coding.
I guess what I need is a very very very basic/simple cms type functionality. Is this hard to achieve?
Edit: I figured it out... Nevermind.



Reply With Quote

Bookmarks