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 easy is php?
Is php procedural or oop?
What are the rules to determine the “truth” of any value which is not already of the boolean type?
What is url encoding and decoding in php?
List some of the features of php7.
How can i execute PHP File using Command Line?
What is basename php?
What are php applications?
What is the use of "enctype" attribute in a html form?
Can constructor be private in php?
How can we enable error reporting in php?
Which method removes the last element from the end of an array?
What new features php7 has in store for us?
How to remove the new line character from the end of a text line?
What are the file upload settings in configuration file?