View HTML source code in browser..Disable HTML in PHP chat ?!?

Nawwar El Narsh

New member
when a user submit an HTML code in the chat
example : <h1><a href="mysite">Go here</a></h1>
how can i make it appears as text knowing that i can't edit them since its a big sql database
i just want a code to add before and after example
<nohtml>
<h1><a href="mysite">Go here</a></h1>
</nohtml>
 
Back
Top