[plug] PHP
Anthony J. Breeds-Taurima
tony at cantech.net.au
Tue Aug 1 12:34:02 WST 2000
On Tue, 1 Aug 2000, Bret Busby wrote:
> Is this PHP4, the version of PHP that can be compiled, so that the
> source code for a PHP application is hidden?
php is interpreted by the server dishing the pages out. so the client will
NEVER see the php code. If you code your application carefully and setup
apache (or other httpd) server the client can't even tell that the web page
isn't even dynamic. The only way a user can see the code for your application
is if they have local access.
does that help ???
Yours Tony.
/*
* "The significant problems we face cannot be solved at the
* same level of thinking we were at when we created them."
* --Albert Einstein
*/
More information about the plug
mailing list