Insert php code into FCKEditor
Posted: Wed Oct 08, 2008 5:46 am
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
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