0

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.

Community
  • 1
  • 1
mustafa
  • 1
  • 1
  • 1

2 Answers2

0

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.

eykanal
  • 26,437
  • 19
  • 82
  • 113
0

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.

barryj
  • 166
  • 4