Online Text Editors are used to create content in blogs
please support me by subscribing to my YouTube channel
follow me on twitter / paulos_ab
buy me a coffee
https://www.buymeacoffee.com/paulosab
In this tutorial I show how to integrate Summernote Text Editor in your Web Application with jQuery/AJAX, PHP and we will be saving it and fetch it back from MySQL Database.
Link to Summernote Website
https://summernote.org/getting-started/
Link to lesson files on Github
https://github.com/paulosabayomi/How-...
OR
Clone the github repository on the command line by running
git clone https://github.com/paulosabayomi/How-...
Lesson Outline:
How to Embed Summernote Text Editor Plugin and Initialize it
How to connect to MySQL Database with PHP
How to get data from POST request
How to create MySQL Database and Table
How to save data in the MySQL database
How to fetch the saved data from MySQL database
#text-editor #summernote #jquery #ajax #php #mysql