Jump to content

Text Editor

- - - - -

This topic has been archived. This means that you cannot reply to this topic.
2 replies to this topic

#1
hudbarnett

hudbarnett

    Newbie

  • Members
  • PipPip
  • 23 posts
I am now about to start working ona page that will display content listed in a database. I would like to have another admin page with a text editor on it so the website admin can manage the content by adding and removing text. Does anyone know of a good free text editor that can link into a MySQL database?

Thanks

Hud

#2
SpotRudloff

SpotRudloff

    Newbie

  • Members
  • Pip
  • 5 posts
I don't know any text editor that can insert data into MySQL Database, but you can use classic JavaScript editor (like TinyMCE), edit the text there and then save that formated text into MySQL. On page, where you're showing data from the database use that script from TinyMCE what is formating outputed text from DB.

#3
hudbarnett

hudbarnett

    Newbie

  • Members
  • PipPip
  • 23 posts
Hi there, thanks i'll give it a try. :)