Hello I am very new to PHP.
I want to make it so i can edit a certain div in an HTML page using a WYSIWYG editor such as TinyMCE. Is there a way to do it so lets say I have a list of all the pages on my website and I want to edit one, I click on it and shows up an editor with what is currently displayed in the content div and I can edit it. Then you would press submit and it would write it the HTML document.
Is this possible? If so how would I go about making it. Can you give me directions or something that shows me how to do this?
I don't want to use MYSQL or JavaScript to show the content. So basically a person can view the page without JavaScript enabled.
Thank You.