Big Issue, HTML in chat
Moderator: General Moderators
Big Issue, HTML in chat
I just figured out in the chat room I'm making, you can use HTML to do stuff. How can I disable it?
-
The Monkey
- Forum Contributor
- Posts: 168
- Joined: Tue Mar 09, 2004 9:05 am
- Location: Arkansas, USA
Code: Select all
$message = strip_tags($message);- feyd
- Neighborhood Spidermoddy
- Posts: 31559
- Joined: Mon Mar 29, 2004 3:24 pm
- Location: Bothell, Washington, USA
disable
htmlentities($content, ENT_QUOTES)
remove
smarter strip tags .. Useful Posts :: Smarter ... stripper
remove