Preventing XSS but still allowing some html in Php

Moose

New Member
I want to block xss attacks but i still want to allow html tags like \[code\]<b><u><i><img><a>\[/code\] and YouTube video players. I don't want to be open for XSS attacks tho. I am using php.
 
Back
Top