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
What is echo in html?
Tell me are parent constructors called implicitly inside a class constructor?
What does $_server mean?
Which php framework is best?
What is whitespace in php?
What are variables in research examples?
What is the use of strip_tags() method?
Explain the difference between isset() and empty()?
What is zend studio for?
Explain me what is x+ mode in fopen() used for?
What is the difference between php 5 and php 7?
Suppose the variable $var1 is set to 10 and the $var2 is set to the character var1, what's the value of $$var2?
What is better .net or php?
How can we display information of a variable and readable by a human with php?
How long is a php session valid?