WYSIWYG editor for PHP

PHP programming forum. Ask questions or help people concerning PHP code. Don't understand a function? Need help implementing a class? Don't understand a class? Here is where to ask. Remember to do your homework!

Moderator: General Moderators

Post Reply
winsonlee
Forum Commoner
Posts: 76
Joined: Thu Dec 11, 2003 8:49 pm

WYSIWYG editor for PHP

Post by winsonlee »

just wondering if you know of any simple WYSIWYG editor that is compatible with php ??
i just want editor that able to do very simple things.
User avatar
feyd
Neighborhood Spidermoddy
Posts: 31559
Joined: Mon Mar 29, 2004 3:24 pm
Location: Bothell, Washington, USA

Post by feyd »

Dreamweaver is the closest to compatible, but it generates not so nice code thanks to their "boilerplate"
winsonlee
Forum Commoner
Posts: 76
Joined: Thu Dec 11, 2003 8:49 pm

Post by winsonlee »

oh . i am looking for WYSIWYG to replace the textarea in my form.
coz i used the normal text area and i face a problem with space and return key..

eg

when i type the following in the textarea,

"abc jkl
def
ghi"

after submitting the form, it appears to be "abc jkl def ghi"
all my return key seems to be missing.
i wonder if there is solution for it ??
User avatar
feyd
Neighborhood Spidermoddy
Posts: 31559
Joined: Mon Mar 29, 2004 3:24 pm
Location: Bothell, Washington, USA

Post by feyd »

User avatar
shoebappa
Forum Contributor
Posts: 158
Joined: Mon Jul 11, 2005 9:14 pm
Location: Norfolk, VA

Post by shoebappa »

If you want something that simple, I'd just use the function fyed recommended. If you really want wysiwyg, I've used http://sourceforge.net/projects/fckeditor in the past. pretty custimizable textarea replacement.
Charles256
DevNet Resident
Posts: 1375
Joined: Fri Sep 16, 2005 9:06 pm

Post by Charles256 »

PHPrunner is kind of interesting..google it;)
Post Reply