Hi Guys!
I'm aware of CMS as Joomla!, CMS Made Simple etc.
This is not what I'm looking for.
What I'm trying to find is something for this:
Let's say there is a webpage like this:
HTML Code:
<html>
<head>
<title>test</title>
</head>
<body>
<p>text</p>
</body>
</html>
I want something which can make the text between the <p> and </p> tags editable in a browser. I know the CMS like Joomla! use templates and a database but this is way to extensive. I just want an authorised visitor to be able to edit the text and Joomla! can do this but it is to much for just this simple task.
Is there something for this in PHP or another scripting language?
Thanks in advance!
|