Can the user input PHP code?
I've just had a disturbing thought: can an end user input PHP code directly via FCKeditor?
I've tried: it doesn't seem to be possible.
I wanted to know: is there any way round for the user to do this?
I thought: this would be very very danderous - th euser could add code to delete files!!
Thanks.
OM
I've just had a disturbing thought: can an end user input PHP code directly via FCKeditor?
I've tried: it doesn't seem to be possible.
I wanted to know: is there any way round for the user to do this?
I thought: this would be very very danderous - th euser could add code to delete files!!
Thanks.
OM

Re: Can the user input PHP code?
Re: Can the user input PHP code?
in the source is
You should still treat the input of FCK like any other users input. Assume someone will try to hack it so sanitize all inputs especially before committing it to a database.
Re: Can the user input PHP code?
surely that should be something thats built into fckeditor?
are there other ways of adding?
let me know.
thanks.
Re: Can the user input PHP code?
uncommented AND remove the Source button on your toolbar, you should be okay, right?