In a forum type environment how do you stop users typing bits of code in which could be executed next time the post is viewed. I am assuming for example if I type a bit of php in this forum as below it will not be executed.
<?php echo("test text"); ?>
What about HTML.
test table
I’m not big on javascript but again could this pose a risk of execution if some malicious code was posted in a forum post. How is this protected against?