I hope there's a solution to my question.
How do allow the code (<?php echo $_GET['id']; ?>) to be posted in FCKeditor?
I have searched and tested, nothing works!
All suggestions attempted below don't work.
Removed ";"
FCKConfig.ProtectedSource.Add( /<\?[\s\S]*?\?>/g);
Added code in
<!-- <?php echo $_GET['id']; ?> -->
Tried
{ <?php echo $_GET['id']; ?> }
Tried
eval() - eval( $_GET['id']; );
Has anyone been able to use PHP code in FCKeditor, if YES how?
Open to suggestions!
Is there a plugin that allows PHP code like the InsertHTML one?
Maybe a better regex than the FCKeditor one?
Or even a method that I can't see to allow for PHP code to be used?
Solved! Ahh! The joys of API!, don't break any keyboard responding![]()