Hello guys;
In .NET environment, you could deploy you web app to your local server with compilation (which hides all code-behind files, i.e, your server-scripts).
How can I achieve the same in my WAMP/PHP environment.
The essence of this is to protect my application from being modified by anyone else behind me.
Thank you in anticipation of your prompt response.

