PHP code to obfuscate HTML?

后端 未结 5 1104
时光取名叫无心
时光取名叫无心 2020-12-17 06:51

I know, I know - obfuscated html/js code is useless (I read the other questions on SO), but I still want to make life harder for copy-cats of my site...

I\'m running

5条回答
  •  失恋的感觉
    2020-12-17 07:29

    You can compress your JavaScript and css

    For php output it can be done using ob_start have a look at this http://ru.php.net/manual/en/function.ob-start.php#71953

提交回复
热议问题