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 Administr

Re: [PHP] Hiding php Code

2001-03-01 Thread Rene Maldonado
That's the problem, I don't want the web server user or administrator to see the code. Rene Kath wrote: > You might be able to limit who the file is readable by to just the web > server user. > > - Original Message - > From: "Rene Maldonado" <[EMAIL PROTECTED]> > To: "Lista PHP" <[EM