Page 1 of 1

Online Text Editing Tool

Posted: Thu Mar 04, 2010 11:41 pm
by wasir
I am looking for a simple 'text editing tool' to be used with MySQL database. Your suggestion will be very helpful to me. Thanks in advance.

Re: Online Text Editing Tool

Posted: Fri Mar 05, 2010 3:24 am
by Christopher
You can use something like phpMyAdmin to manage a MySQL database. Or use a Javascript editor like TinyMCE or FCKEditor and write your own PHP scripts to connect to the database.

Re: Online Text Editing Tool

Posted: Fri Mar 05, 2010 9:45 am
by pickle
arborint wrote:You can use something like phpMyAdmin to manage a MySQL database. Or use a Javascript editor like TinyMCE or FCKEditor and write your own PHP scripts to connect to the database.
Just FYI: It's now called CKEditor.

Re: Online Text Editing Tool

Posted: Fri Mar 05, 2010 3:42 pm
by Christopher
pickle wrote:Just FYI: It's now called CKEditor.
That's an improvement! It was sometimes a little embarrassing to tell clients the old name. ;)

Re: Online Text Editing Tool

Posted: Sun Mar 07, 2010 9:51 pm
by wasir
Thanks guys... much appreciate.