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


Please Help Members By Posting Answers For Below Questions

How can we access the data sent through the url with the get method?

668


armstrong number by using php while number is given by the keyboard.?

1773


Explain how is it possible to set an infinite execution time for php script?

587


sort term descripttion form, report and uery

1769


Explain why would we use === instead of ==?

574






What is the delimiter default in PHP?

706


Tell me what does pear stands for?

649


How break and continue while loop in php?

571


Tell me what is the difference between characters 34 and x34?

620


Does php need a closing tag?

625


What are the new features available in php 7?

636


When is a conditional statement ended with endif?

590


How cookies are transported from servers to browsers?

608


Tell me is it possible to remove the html tags from data?

604


How to register a variable in PHP session?

610