I am trying to put the value from my database in the value of the fckeditor but when I do it it gives me array because of the extra set of { } from Value="{$answers[0].about}"
If I remove the first set of brackets the editor doesnt work, If I remove the value brackets, my value from the db doesnt show.
How else can this be done? I am willing to pay 20 bucks via paypal to whoever can give me the correct answer.
If I remove the first set of brackets the editor doesnt work, If I remove the value brackets, my value from the db doesnt show.
How else can this be done? I am willing to pay 20 bucks via paypal to whoever can give me the correct answer.
{fckeditor BasePath="../compose/" Config="../compose/fckconfig.js" InstanceName="about" Width="450" Height="300" Value="{$answers[0].about}" ToolbarSet= "Default" SkinPath="$baseurl/compose/editor/skins/office2003/"}