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.
Answers were Sorted based on User's Feedback
Answer / naresh
There is a zend encryptor for php code encryption, which
enables the code to be encrypted and we can execute the code
as we execute our simple php code.
| Is This Answer Correct ? | 0 Yes | 0 No |
Answer / 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 |
Answer / niranjan kumar
u use the encode64 and decode64 for the encript
| Is This Answer Correct ? | 1 Yes | 4 No |
How do you display the output directly to the browser?
How to Pass JSON Data in a URL using CURL in PHP?
Is php used anymore?
What is http get and post?
I have done 12th and then i completed 2 years course of web designing and development from xplora design skool, kota(rajasthan). I am a fresher. How much can i earn in this field ?
How to find a specific value in an array?
What are the rules for naming a php variable?
If anybody integrate "First Data Global Payment Gateway" in your site?
can you give me an example code of calling java script function in php variable using AJAX.or with out ajax??????
What is file upload?
Tell me what is the difference between exception::getmessage and exception::getline?
How can I display text with a php script?