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
How check variable is set or not in php?
How to include a file code in different files in php?
What is final class and final method in php?
What good is polymorphism?
How to run a php script?
How do you use an array in excel?
Tell me what is the importance of "action" attribute in a html form?
Explain some of the php array functions?
How to return ascii value of character in php?
What is a php object?
How is traits used in php?
What are different types of errors available in Php?
Tell me what is the default session time in php?
Explain the differences between get and post methods?
Tell me what are the encryption techniques in php?