Revision: 9488
Initial Code
Initial URL
Initial Description
Initial Title
Initial Tags
Initial Language
at November 10, 2008 06:05 by YPY
Initial Code
function _Strip_Tag($Str_Input)
{
@settype($Str_Input, 'string');
$Str_Input= @strip_tags($Str_Input);
$_Ary_TagsList= array('jav
ascript:', 'jav
ascript:', 'jav	ascript:', '<!-', '<', '>', '%3C', '<', '<', '<', '<', '<', '<', '<', '<', '<', '<', '<', '<', '<', '<', '<', '<', '<', '<', '<', '<', '<', '<', '<', '<', '<', '<', '<', '<', '<', '<', '<', '<', '<', '<', '<', '<', '<', '<', '<', '<', '<', '<', '<', '<', '<', '<', '<', '<', '<', '<', '<', '<', '<', '<', '<', '<', '<', '<', '<', '<', '<', '<', '<', '<', '\x3c', '\x3C', '\u003c', '\u003C', chr(60), chr(62));
$Str_Input= @str_replace($_Ary_TagsList, '', $Str_Input);
$Str_Input= @str_replace('
', '', $Str_Input);
return((string)$Str_Input);
}
Initial URL
http://www.ypy.ir
Initial Description
Secure, Advanced, Better, Faster... function for remove/strip tags(Anti-XSS).
Initial Title
Secure, Advanced, Better, Faster... function for remove/strip tags(Anti-XSS).
Initial Tags
css, php, html, function
Initial Language
PHP