1. PHP / Говнокод #4750

    +145

    1. 1
    2. 2
    3. 3
    4. 4
    5. 5
    6. 6
    7. 7
    8. 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("&amp;", "&quot;", "&#039;", "&lt;", "&gt;"), array("&", "\"", "'", "<", ">"), $str));
    	}
    }

    Запостил: Sunny, 25 Ноября 2010

    Комментарии (3) RSS

    • > nic.ru fucked hosting
      вот видно накипело.
      Ответить
    • [offpost]
      ...на nic'e как раз баталии догромыхивають...
      доменный тотализатор кипит всеми мощами...
      [/offpost]
      Ответить

    Добавить комментарий