如何在一个php网页插入一个富文本编辑框并把内容存入mysql?

WBOY
Release: 2016-06-23 13:58:43
Original
1523 people have browsed it

在百度查了一下,发现CKEditor这个不错,可是不知道怎么用,服务器接收到的内容数据是什么?而且怎么把内容放进mysql数据库?数据库应该建什么表?求大神帮帮忙,最近学校要比赛所以做了一个php网站。


回复讨论(解决方案)

在你下载的任意一款在线编辑器中,都含有样例代码
你直接套用就可以了

 数据库表 字段类型 text

怎么使用,可以看看api

var_dump($GLOBALS)
var_dump($_REQUEST)
你懂的

谢谢各位,用了百度的ueditor富文本,可是怎么获取编辑后的内容,应该是存储在这Javascript里的var editor
请问在php里怎么获取它的值?

source:php.cn
Statement of this Website
The content of this article is voluntarily contributed by netizens, and the copyright belongs to the original author. This site does not assume corresponding legal responsibility. If you find any content suspected of plagiarism or infringement, please contact admin@php.cn
Popular Tutorials
More>
Latest Downloads
More>
Web Effects
Website Source Code
Website Materials
Front End Template
About us Disclaimer Sitemap
php.cn:Public welfare online PHP training,Help PHP learners grow quickly!