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 / niranjan kumar
u use the encode64 and decode64 for the encript
| Is This Answer Correct ? | 1 Yes | 4 No |
Post New Answer View All Answers
Which method removes the last element from the end of an array?
How can we destroy the cookie in php?
What is the default session time in php?
Explain me difference between mysql_connect and mysql_pconnect?
What is php trait?
What the use of var_dump()?
What is cookie?
What does php exit do?
How to open a file in php?
Code to open file download dialog in PHP?
Will react hooks replace redux?
What are the 3 types of sessions?
What is the best practice for running mysql queries in php? Consider the risk of sql injection.
Explain type casting and type juggling.
What is the difference between print() and echo()?