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
How can we access the data sent through the url with the get method?
armstrong number by using php while number is given by the keyboard.?
Explain how is it possible to set an infinite execution time for php script?
sort term descripttion form, report and uery
Explain why would we use === instead of ==?
What is the delimiter default in PHP?
Tell me what does pear stands for?
How break and continue while loop in php?
Tell me what is the difference between characters 34 and x34?
Does php need a closing tag?
What are the new features available in php 7?
When is a conditional statement ended with endif?
How cookies are transported from servers to browsers?
Tell me is it possible to remove the html tags from data?
How to register a variable in PHP session?