Im trying to build a extremely basic content management system. I want to do it all with php and was hoping it would be as simple as echoing content that was submitted in a text form.
The problem is I need to save the echoed content to the page somehow (preferably without a database) and then have it replaced with new echoed content if it is submitted. How would I save the content to the page?
Thanks in advanced.