Hi,
I'm looking to building a basic CMS using procedual PHP, however I'm unsure of how to write data to a database using a WYSIWYG editor such as CKEditor and then being able to view the data using the editor again to update it. Is there a tutorial anywhere on how to do this? I ran a Google search, but can't find much on it.
Also when creating a new page, how to specify where the page is to be created, so for example if it would sit under www.mywebsite.com/aboutme/myname.php or under www.mywebsite.com/news.php
I know host to post data from a form to a database, then how to read that data, so know a bit about how to go abouts it, but a tutorial would be good.
Hope that makes sense!
Thanks.