Hi,
it is possible run PHP scripts in pages editing with FCK editor?
I just uncommnet line in fckconfig.js
FCKeditor after save content let <?php echo "Hello"; ?>, but no execute, no write Hello ...
It is possible run php script from content saved in database (blob)?
Thankx
it is possible run PHP scripts in pages editing with FCK editor?
I just uncommnet line in fckconfig.js
FCKConfig.ProtectedSource.Add( /<\?[\s\S]*?\?>/g ) ;
FCKeditor after save content let <?php echo "Hello"; ?>, but no execute, no write Hello ...
It is possible run php script from content saved in database (blob)?
Thankx