On a php webpage, how does one insert a rich text edit box and store the content in mysql? I checked it on Baidu and found that CKEditor is good, but I don't know how to use it. what is the content data received by the server? And how to put the content into the mysql database? What table should the database create? Please help me. I have made a php website because the school is about to compete recently. ------ Solution ------------------ in any online editor you download, how does one insert a rich text edit box on a php webpage and store the content in mysql?
I checked it on Baidu and found that CKEditor is good, but I don't know how to use it. what is the content data received by the server? And how to put the content into the mysql database? What table should the database create? Please help me. I have made a php website because the school is about to compete recently.
------ Solution --------------------
The sample code is included in any online editor you download.
You can simply apply it.
------ Solution --------------------
Database Table field type text
For more information, see the api
------ Solution --------------------
Var_dump ($ GLOBALS)
Var_dump ($ _ REQUEST)
You know