Find this useful? Enter your email to receive occasional updates for securing PHP code.

Signing you up...

Thank you for signing up!

PHP Decode

<!DOCTYPE html> <html> <body> <?php echo "My first PHP script!"; ?> </body> </..

Decoded Output download

 <!DOCTYPE html>
<html>
<body>

<?php
echo "My first PHP script!";
?>

</body>
</html> 

Did this file decode correctly?

Original Code

 <!DOCTYPE html>
<html>
<body>

<?php
echo "My first PHP script!";
?>

</body>
</html> 

Function Calls

None

Variables

None

Stats

MD5 223c7ce41a945978eda1d066f35f5a52
Eval Count 0
Decode Time 73 ms