Insert php code into FCKEditor

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…

thanks in advance