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

Signing you up...

Thank you for signing up!

PHP Decode

<?php echo "Hello World!"; echo "PHP is so easy!"; ?>..

Decoded Output download

<?php
  echo "Hello World!";
  echo "PHP is so easy!";
?>

Did this file decode correctly?

Original Code

<?php
  echo "Hello World!";
  echo "PHP is so easy!";
?>

Function Calls

None

Variables

None

Stats

MD5 47d1429da86cc109db958789d2b263cf
Eval Count 0
Decode Time 73 ms