How to block HTML in comments that are submitted to a database?

N-D

New member
I want the user to type comments that can't have HTML tags at all.
That they write:
"I love <b>Pizza</b>"

And it displays:
"I love Pizza" without the tags or the bold.
Thanks for reminding me.
Yes I'm using PHP I don't no other sever side language.
 
Back
Top