Can a php code encryted?
Is it possible to execute the php file which is
encrypted(without decrypting), if so pleaze tell me the way.

Answer Posted / jp

You can't really 'encode' a PHP script, the PHP interpreter
will not understand it.

What you can do, however, is to create obfuscated code,
which is extremely hard to understand and/or retrieve
information from the code and therefore impossible to edit.

Is This Answer Correct ?    2 Yes 5 No



Post New Answer       View All Answers


Please Help Members By Posting Answers For Below Questions

How cookies are trported from browsers to servers?

558


How can MYSQL functions be available with PHP?

543


What type of language is php?

510


What are the difference between overloading and overriding in oops?

527


I need to know about the courses which are useful in corporate companies.. especially php/mySQL, Java/j2ee, .NET.. also tell if any other courses are valuable

1507






How would you determine the size of a file in php?

585


What is print_r?

504


Explain Type juggling?

557


Why php script is not running in browser?

552


Explain what does $_server means?

562


How to find current date and time?

482


Where is session value stored php?

522


What are the four scalar types of php?

608


How to call javascript function in php on button click?

503


Are php variables global?

547