View Full Version : Rich text into mysql
webvivre
Dec 31st 2004, 11:23 am
Is there some open source php code available similar to the code used in vBulletin so that a user can add rich text (with html type commands) to a field in mysql?
anton-io!
Jan 5th 2005, 7:40 am
I'm not sure if this is similar to vBulletin, but I have used 'HTMLArea' from InterActive Tools. The MySQL field should be set to 'LongText'.
http://www.htmlarea.com/htmlarea_2/
Basically it's a simple WYSIWYG editor for 'textarea' fields on a form
Hope this helps!
goldensea80
Jan 7th 2005, 9:57 am
Use html code directly is something dangerous. Maybe that's why the popular open source use some special code (bbcode in phpBB, and dunno what vBulletin's code is)
vBulletin® v3.6.8, Copyright ©2000-2008, Jelsoft Enterprises Ltd.