I've checked Stackoverflow and found this question/discussion: http://stackoverflow.com/questions/98852/wysiwyg-text-editor-for-webpage

Important:

However, I'm looking for something that comes with special "administration panel" -> So it behaves more like CMS (in backend mode).

I'm rewriting other's programmer code which is pretty much uncommented (He'll burn in Hell for That), and I need something very simple, so I install some backend onto hosting, plus add function or include to code and place the text-specific codes into website code.

Thanks' soo much for your answers.

Edit: PHP and MySQL required.

link|improve this question

feedback

9 Answers

up vote 6 down vote accepted

TinyMCE is very clean, and configurable, but it's extremely difficult Javascript code to penetrate (Firebug is useless against it) while there are quite a few bugs.

link|improve this answer
feedback

The FCKeditor should work with PHP, and it's a solid WYSIWYG editor.

http://www.fckeditor.net/

link|improve this answer
Be warned the documentation for CKEditor is insanely poor, and the codebase is very hacky- works great in its default setup- but making plugins you'll have a nightmare trying to discover how the api works, and then realizing how many dependent systems are unfinished and basically 'hard coded'. – meandmycode Oct 22 '09 at 15:25
feedback

I've had good experience with FreeTextBox

link|improve this answer
Forgot to mention it was for php and mysql :( – Skuta Oct 10 '08 at 13:22
feedback

The YUI Rich Text Editor could also work.

link|improve this answer
feedback

wyzz is also an lightweight editor, and its code more readable. If you are looking for simplicity.

link|improve this answer
feedback

I used FCKeditor because it work with php but I still not satisfied with it, sometimes it add a dump useless html code which need you to view source to clean them up there are also lots of settings before it work fine

link|improve this answer
feedback

WE've Had really good experiance with telerik rad editor... has multiple text modes, really nice ajax support, etc.

http://www.telerik.com/products/aspnet-ajax/editor.aspx

~D

link|improve this answer
feedback

I just started with WYZZ 0.65 on IE8 and it looks pretty good. I like how you can insert images and also tell it how to align the image.

Only possible bug I found so far was that the 'insert special character' function inserts the character outside the text area.

http://www.wyzz.info/

link|improve this answer
feedback

It relies on ActiveX which is a nightmare if you're working with clients in a locked down IT infrastructure but we've had great success with XStandard. The markup is the cleanist i've seen around and the ability to copy and paste images from Word has to be a winner.

I've never tried it with PHP but a quick search seems to suggest it's possible.

Very simple to install and online documentation is concise.

link|improve this answer
It only uses ActiveX for desktop integration. Also, you wouldn't use PHP (or any server-side technology) to create a WYSIWYG editor. You need to use something that runs on the client. – Jordan Ryan Moore Dec 14 '09 at 1:24
feedback

protected by Will Mar 1 '11 at 14:20

This question is protected to prevent "thanks!", "me too!", or spam answers by new users. To answer it, you must have earned at least 10 reputation on this site.

Not the answer you're looking for? Browse other questions tagged or ask your own question.