Online Text Editing Tool

Ye' old general discussion board. Basically, for everything that isn't covered elsewhere. Come here to shoot the breeze, shoot your mouth off, or whatever suits your fancy.
This forum is not for asking programming related questions.

Moderator: General Moderators

Post Reply
wasir
Forum Commoner
Posts: 49
Joined: Sun Jul 08, 2007 11:28 pm

Online Text Editing Tool

Post 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.
User avatar
Christopher
Site Administrator
Posts: 13596
Joined: Wed Aug 25, 2004 7:54 pm
Location: New York, NY, US

Re: Online Text Editing Tool

Post 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.
(#10850)
User avatar
pickle
Briney Mod
Posts: 6445
Joined: Mon Jan 19, 2004 6:11 pm
Location: 53.01N x 112.48W
Contact:

Re: Online Text Editing Tool

Post 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.
Real programmers don't comment their code. If it was hard to write, it should be hard to understand.
User avatar
Christopher
Site Administrator
Posts: 13596
Joined: Wed Aug 25, 2004 7:54 pm
Location: New York, NY, US

Re: Online Text Editing Tool

Post 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. ;)
(#10850)
wasir
Forum Commoner
Posts: 49
Joined: Sun Jul 08, 2007 11:28 pm

Re: Online Text Editing Tool

Post by wasir »

Thanks guys... much appreciate.
Post Reply