Is it possible to hide the PHP code (eg compile) so that a client site couldn't see the actual source code for a PHP web app?
Eg. I make a PHP app, sell it to client A. I want to prevent Client A from accessing the actual code - and just allow him to use the application.
Is this possible with PHP?
Thanks,
Randy