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 dd4f4846f553af9b551daf5c68afcb84
Eval Count 0
Decode Time 57 ms