public marks

PUBLIC MARKS from znarf with tags html & gregarius

29 July 2005 12:30

kses - PHP HTML/XHTML filter

by 3 others
kses is an HTML/XHTML filter written in PHP. It removes all unwanted HTML elements and attributes, and it also does several checks on attribute values. kses can be used to avoid Cross-Site Scripting (XSS), Buffer Overflows and Denial of Service attacks.