Re: [PHP] Hiding php Code

2001-03-01 Thread Rene Maldonado
sta PHP" [EMAIL PROTECTED] Sent: Thursday, March 01, 2001 4:02 PM Subject: [PHP] Hiding php Code Hi all, I need to hide the php code, on the server. I know that php is not compiled, so, is there a way to do this?? Thanks Rene -- PHP General Mailing List (http://www.php.net/)

RE: [PHP] Hiding php Code

2001-03-01 Thread Hoover, Josh
If you don't want the admin or web server user to see your code, you may want to consider Zend's Encode product (http://www.zend.com/zend/products.php#encoder) which encodes your PHP code for you. BUT, this can be rather expensive (depending on your use) and you probably still need your