Page 1 of 1

Insert php code into FCKEditor

Posted: Wed Oct 08, 2008 5:46 am
by shuchitaumehta
hello

i m trying to include html file in fck editor

i made this active in config file

FCKConfig.ProtectedSource.Add( /<\?[\s\S]*?\?>/g ) ;


my source of FCK is

<?php include("testinclude.html");?>

but its not working..

can u please help me...

thx in advance

Re: Insert php code into FCKEditor

Posted: Wed Oct 08, 2008 7:55 am
by aceconcepts
I often find that when i make a config change with FCK it doesn't take effect. However, when i closed all of my browsers and re-opened them, it worked.

Weird eh!! Give it a go.