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
Which function can be used to delete a file?
What is the use of $_server and $_env?
How many types of array supported in php?
can you give me an example code of calling java script function in php variable using AJAX.or with out ajax??????
What are regular expressions in programming?
How to track no of user logged in?
What is the main difference between asp net and php?
How do you measure variables?
Is php a float?
How php statement is different from php script?
Can I learn php in a month?
What is json php?
How to avoid the undefined index error?
How to find current date and time?
What is the purpose of the following files having extensions: frm, myd, and myi? What these files contain?