I want to develop Desktop Application In Core PHP..Is it secure from client side????
It means is there any security that no one can show my code at client side…
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.
PHP is an interpreted language, not a compiled one. It’s very unlikely that you’ll be able to hide everything without using special tools. Even if you’re building application in Java (which compiles to Java Bytecode) you can decompile the code and get something readable (most of the time).
How do you want to build it? The only toolkit I know supporting PHP is GTK+ and the version is really lacking behind: http://gtk.php.net/
If it’s a desktop application, what’s the client side then?