How to hide source code of a php script? [duplicate]
Possible Duplicates:
Code obfuscator for php? Which is the best way to hide the PHP source code?
Hello, I searched for answer in previous titles but i couldn't find correct one excatly. I preperad a php script for my customer but i want to hide source code.Maybe he can use it to sell to anybody.
Thanks for your answers.
There are many other questions on this site discussing this. You're referring to a PHP Obfuscator. Search around; you'll find a lot of ways of doing it.
If you want to obfuscate your code you could look into Zend Guard. But I doubt you need to go that far - make sure you communicate in your terms of business that the code is not for resale.
精彩评论