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 |
Stats
MD5 | 147e166a3ce652d036f5b2e62f1aa218 |
Eval Count | 0 |
Decode Time | 85 ms |