PHP & MySQL Tutorial 14: Editing on a blog — The fancy way Part 1

Опубликовано: 21 Май 2026
на канале: Levi Schuck
3,596
2

This tutorial goes over implementing editing, and modifying the posting page to use a really cool in-page content editor, CKEditor!
So, here are the goals for today:

Implement the Fancy Editor into posting
Create a way to edit based on the posting

Now, it doesn't sound like that is much to do, but as I explain it in depth, you will understand that there is more process to such implementation than what two bullet points can convey.

Make sure that you see part 2 and visit my site http://kloplop321.com/php-tutorials/i... for the sources!