Hello
i made a PHP script that calculates something.
I wanted it on my webpage so i clicked add new content,
I made the php script with notepad so i copy/paste it into FCKEditor
but apparently FCKeditor changes
Is there a simple solution or am i trying it the wrong way?
Thanks in advance
using PHP code in FCKEditor
using PHP code in FCKEditor
Last edited by vdn on Thu Feb 01, 2007 10:59 am, edited 1 time in total.
Re: using PHP code in FCKEditor
A very simple solutionvdn wrote: Is there a simple solution

Put the source of your script inside a userdefined tag (e.g. named calculate and without ). Now you can call this snippet via {calculate} in FCK ...