Subject: Protecting Code in PHP
hi all,
how to protect my code in PHP? i put my code in public domain and i don't want to
anybody to open the code ...it's on Linux any a person who got right only can
open..but i don't even want to take that takes place. i know there are so many
encoders available i can encode the code with that....but i want to know whether
any mechanism is available with PHP itself so taht it can decode the encoded code
by itself... pls help me..
thanx in advance
ckb
protecting code in PHP
Moderator: General Moderators
Don't think you can do it with PHP itself, but check out http://www.zend.com, program there that will protect your code.
Mark
Mark