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 substr("Hello world",6); ?> </body> </..

Decoded Output download

<!DOCTYPE html>
<html>
<body>

<?php
echo substr("Hello world",6);
?>

</body>
</html>

Did this file decode correctly?

Original Code

<!DOCTYPE html>
<html>
<body>

<?php
echo substr("Hello world",6);
?>

</body>
</html>

Function Calls

substr 1

Variables

None

Stats

MD5 1f2f678f4c957df5a3b1e53143130ff4
Eval Count 0
Decode Time 82 ms