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
I want to design a Forum using Php but the problem I am facing
Share
There are several great WYSIWYG editors ; to name only two of the most-used, you could think about :
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
$_POSTarray.