I faced a problem that is i developed a web based progame using php for a client but the problem is if I handover the script any body who knows php or knows other programming can easily change my script and use. So now I want to compile the script as no body can change the code and if tehy need to change they must have to call me. Is it possilbe to compile php code or any idea to do that?

Need Help.
- Sayma

    Its refered to as OPEN SOURCE is it not?

      No, it's not really possible. You could do a search and replace on all the \n's to make it really hard to read, but it'd still be viewable.

        You covered that question in the contract with your client, right? If not, write a better contract next time.

        Zend Encoder will render your scripts unreadable by humans, and perhaps also speed up execution. Be prepared to spend $2400.

          well i don't understand ur answer? Is it a software to rend script? please let me know more details.

          • sayma

            www.zend.com this will explain it all.

            moonie 😉

              Write a Reply...