How can I stop users from typing html commands like </table> into my forum message fields?
I could use javascript to ensure no "<" or ">" characters are used, but then this restricts the genuine use of them.
Is it possilbe that I can just print out everything the user writes, including "</table>" JUST LIKE THIS FORUM DOES!! ?
Thanks