Home > Backend Development > PHP Tutorial > 怎么在一个php网页插入一个富文本编辑框并把内容存入mysql

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

WBOY
Release: 2016-06-13 11:55:04
Original
1679 people have browsed it

如何在一个php网页插入一个富文本编辑框并把内容存入mysql?
在百度查了一下,发现CKEditor这个不错,可是不知道怎么用,服务器接收到的内容数据是什么?而且怎么把内容放进mysql数据库?数据库应该建什么表?求大神帮帮忙,最近学校要比赛所以做了一个php网站。
------解决方案--------------------
在你下载的任意一款在线编辑器中,都含有样例代码
你直接套用就可以了
------解决方案--------------------
 数据库表 字段类型 text

怎么使用,可以看看api
------解决方案--------------------
var_dump($GLOBALS)
var_dump($_REQUEST)
你懂的

Related labels:
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