I want to give an application in PHP to someone for usage as stand alone application. But I dont want to give the php code. Is there any possibility?
Can the installation files of PHP application be created and code be hidden from the end user?
Sign Up to our social questions and Answers Engine to ask questions, answer people’s questions, and connect with other people.
Login to our social questions & Answers Engine to ask questions answer people’s questions & connect with other people.
Lost your password? Please enter your email address. You will receive a link and will create a new password via email.
Please briefly explain why you feel this question should be reported.
Please briefly explain why you feel this answer should be reported.
Please briefly explain why you feel this user should be reported.
you can compile the PHP code and give the executable to that person. Compiler can be found here: http://www.phpcompiler.org/