protecting code in PHP

PHP programming forum. Ask questions or help people concerning PHP code. Don't understand a function? Need help implementing a class? Don't understand a class? Here is where to ask. Remember to do your homework!

Moderator: General Moderators

Post Reply
ckb
Forum Newbie
Posts: 5
Joined: Sun Aug 10, 2003 1:03 am

protecting code in PHP

Post by ckb »

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
User avatar
JayBird
Admin
Posts: 4524
Joined: Wed Aug 13, 2003 7:02 am
Location: York, UK
Contact:

Post by JayBird »

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
Post Reply