Online Text Editing Tool
Moderator: General Moderators
Online Text Editing Tool
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.
- Christopher
- Site Administrator
- Posts: 13596
- Joined: Wed Aug 25, 2004 7:54 pm
- Location: New York, NY, US
Re: Online Text Editing Tool
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.
(#10850)
Re: Online Text Editing Tool
Just FYI: It's now called CKEditor.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.
Real programmers don't comment their code. If it was hard to write, it should be hard to understand.
- Christopher
- Site Administrator
- Posts: 13596
- Joined: Wed Aug 25, 2004 7:54 pm
- Location: New York, NY, US
Re: Online Text Editing Tool
That's an improvement! It was sometimes a little embarrassing to tell clients the old name.pickle wrote:Just FYI: It's now called CKEditor.
(#10850)
Re: Online Text Editing Tool
Thanks guys... much appreciate.