Click to See Complete Forum and Search --> : online editor


amel
08-09-2003, 12:22 PM
hello;
i have a big problem, i am trying to make an editor on line, i store the content in a mysql DB as html code but when i try to recuperate (load) this one in the same editor it can't view in this editor, i think that , an javascript for conversion may be the solution but, it is so complicated.

Phil Karras
08-09-2003, 01:19 PM
No JS is not the way to go. Use there server-side scripting language you're using to put the data into MySQL to get it back out & put it into the editor.

Go to the appropriate server-side language section of this site.