Forum using Php [closed]

£可爱£侵袭症+ 提交于 2019-12-31 06:24:11

问题


I want to design a Forum using Php but the problem I am facing is that I dont know how can I put a Post creator in it. As far as I know something like wysiwyg editor is used for it but how can I get it. By Post creator I mean some thing like here on stackoverflow we are given an editor by which we post our questions. That is the same thing I need. Thanks


回答1:


There are several great WYSIWYG editors ; to name only two of the most-used, you could think about :

  • TinyMCE
  • CKEditor


In each case, I suggest you read their documentation, to see how they can be integrated into your website ;-)

Generally speaking, getting the data entered by the user will not be harder than reading an element of the $_POST array.




回答2:


What you're looking for is called an RTE or Rich Text Editor. There are many around.

See here

You can also view the answer from here for something similar to what stackoverflow uses.



来源:https://stackoverflow.com/questions/5167251/forum-using-php

标签
易学教程内所有资源均来自网络或用户发布的内容,如有违反法律规定的内容欢迎反馈
该文章没有解决你所遇到的问题?点击提问,说说你的问题,让更多的人一起探讨吧!