Page 1 of 1

Word Processor in PHP

Posted: Mon Jun 16, 2008 12:15 am
by lexfridman
Hi,

I'm looking for a "word processor" that I can embed into a website. By "word processor" I mean something like what is used to write a post in this forum. You can add tags, insert links, images, etc.

This code would probably be mostly Javascript-based, not as much PHP, so I'm sorry if this post is a little off-topic. Please let me know if you know of good stand-alone code to do just the kind of editing you do when you post to this forum.

Thanks,
Lex

Re: Word Processor in PHP

Posted: Mon Jun 16, 2008 12:30 am
by VirtuosiMedia
This is a feature comparison list of most of the good WYSIWYG editors on the web, both open source and commercial. Hope that helps.

Re: Word Processor in PHP

Posted: Mon Jun 16, 2008 12:30 am
by Christopher
The two most popular are FCKeditor and TinyMCE. Either of those will work well.

Re: Word Processor in PHP

Posted: Mon Jun 16, 2008 1:12 am
by lexfridman
Thank you! That's exactly what I needed.

Re: Word Processor in PHP

Posted: Mon Jun 16, 2008 8:37 am
by Ambush Commander
Just to let you know, DevNetwork doesn't use a WYSIWYG editor. Instead, our buttons are little convenience features for adding bbcode tags. Much more lightweight, and usually sufficient.