Is there anyway one can protect their intellectual property with PHP code?
I mean if I am selling my PHP scripts - how do I protect my code from someone else using it or copying any ideas/functions?
For jsp, I can make servlets which are compiled java codes... No way of decompiling... But how about PHP. Is there any way that I can say compile my code or encrypt to hide from naked eyes or make it hard for decompiling???????