- 1
- 2
- 3
- 4
- 5
- 6
- 7
- 8
// php5.1 to php4 functional, thanks for nic.ru fucked hosting
function html_decode($str){
if(function_exists("htmlspecialchars_decode")){
return stripslashes(htmlspecialchars_decode($str, ENT_QUOTES));
}else{
return stripslashes(str_replace(array("&", """, "'", "<", ">"), array("&", "\"", "'", "<", ">"), $str));
}
}
Vasiliy 25.11.2010 15:08 # +4
вот видно накипело.
Анонимус 25.11.2010 16:19 # 0
istem 25.11.2010 17:42 # 0
...на nic'e как раз баталии догромыхивають...
доменный тотализатор кипит всеми мощами...
[/offpost]