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 / 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 |
Post New Answer View All Answers
What is difference between web service and api?
What is the use of get and post method in php?
What is array filter php?
What are the different tables(engine) present in mysql, which one is default?
Which functions are used to count the total number of array elements in php?
What is the use of die in php?
Explain about switch statement in PHP?
What is a stored procedure in mysql?
Php error constants and their descriptions
Is false empty php?
Tell me what is the difference between the functions strstr() and stristr()?
What is the meaning of a persistent cookie?
Tell me how can we check the value of a given variable is alphanumeric?
Explain preg_Match and preg_replace?
How to check an key is exists in array?