I'm using php mysql for system development.
My problem is when we are giving source code at the end of development is there a way to encode source code (So your code is unreadable)
something like compiling in java???
I'm using php mysql for system development.
My problem is when we are giving source code at the end of development is there a way to encode source code (So your code is unreadable)
something like compiling in java???
There are some commercial solutions available like ioncube's php encoder, zend guard, and phpshield that will all do what you're asking. Hope this helps :)