Hi everyone,
I'm using the last version of FCKeditor and I need to find a way to keep PHP tags from being stripped.
Specifically, <? becomes <? and ?> becomes ?>. Is there any way to do this?
I'm using the last version of FCKeditor and I need to find a way to keep PHP tags from being stripped.
Specifically, <? becomes <? and ?> becomes ?>. Is there any way to do this?
Re: Keeping PHP tags from be stripped
check text = text.replace(
regards john