php做一个容易的文章提交

WBOY
Release: 2016-06-13 12:59:39
Original
1006 people have browsed it

php做一个简单的文章提交
我做一个网页,就为能让人提交文章,然后审核,用form的形式我会,但需要有editor,这个怎么提交处理就不懂了,刚接触,希望哪位帮帮忙,谢谢。就如同我现在发帖的这个过程。
------解决方案--------------------
嵌入编辑器? 搜索fckeditr/ckeditor 
------解决方案--------------------
一样的 获取$_POST 参数而已
------解决方案--------------------
一般的editor都有例子告诉你的。你选择好editor后,看例子就行。
------解决方案--------------------
fck试试。就是获取html页面文本框的值,通过form提交。
------解决方案--------------------
其实你想的太复杂了,提交文章跟普通的表单数据没有区别。
只不过你需要加载一个editor,这个editor的各项编辑的功能是不需要你考虑的。
你找一个,比如ckeditor。里面就会有教程叫你怎么把这个编辑器加入到你的网页中。
最后就是在集成的时候要注意加载的那些js路径要对。
如果你不知道对不对,可以用火狐+firebug的调试,就能知道你的代码有没问题了。
没有问题就可以出现editor的编辑框了。
在集成的时候,教程会叫你如何绑定你的表单字段。
------解决方案--------------------
kingeditor,fckeditor,好多,提交方式是POST,后台做好特殊字符处理即可。
------解决方案--------------------

http://ckeditor.com/
下载ckeditor,里面会有demos
------解决方案--------------------
一样的,下个网页编辑器,有PHP的demo,照着做就好了
------解决方案--------------------
我用过xheditor,基于jquery,配置简单

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
About us Disclaimer Sitemap
php.cn:Public welfare online PHP training,Help PHP learners grow quickly!