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
How to find the length of a string?
Can I learn php without knowing c?
What is difference between echo and print in php?
Tell me what sized websites have you worked on in the past?
Does php pass arrays by reference?
Which MySQL function would you use to select a database?
Is variable name casesensitive in php?
How to track no of user logged in?
What exactly is PHP?
How many keywords are there in php?
Is numeric in php?
What is an anti csrf token?
What is substr() in php? And how it is used?
How can I find my php version?
When you want to show some part of a text displayed on an html page in red font color? What different possibilities are there to do this? What are the advantages/disadvantages of these methods?