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 $x; if($x==0) print"hi"; else print"how are u"; ?>..

Decoded Output download

<?php
$x;
if($x==0)
print"hi";
else
print"how are u";
?>

Did this file decode correctly?

Original Code

<?php
$x;
if($x==0)
print"hi";
else
print"how are u";
?>

Function Calls

None

Variables

None

Stats

MD5 967b311b58aa10b4f992fba7d20da795
Eval Count 0
Decode Time 75 ms