Hi,
I'm making an admin page for mine website. I want to edit stuff with fck editor. But when i change text and stuff i want to see it in the textbox. You can do that like this:
then you see the title from the database in that textbox. Now i want to add it in a fck textbox. But how? And i don't want to get the html in the textbox out the database. but translated in text. Is that possible?
I'm making an admin page for mine website. I want to edit stuff with fck editor. But when i change text and stuff i want to see it in the textbox. You can do that like this:
<INPUT TYPE="text" NAME="title" SIZE=30 MAXLENGTH=120 value="<?php echo $obj->title ?>">
then you see the title from the database in that textbox. Now i want to add it in a fck textbox. But how? And i don't want to get the html in the textbox out the database. but translated in text. Is that possible?
RE: add database value in fck editor
never mind i was a bit dum
I just had to change the value of it.