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

Signing you up...

Thank you for signing up!

PHP Decode

<!-- --> </a><script> function doCheck(btn) {var form = btn.form; if(form.input1.v..

Decoded Output download

<?  <!--    --> 
</a><script> 
function doCheck(btn)  
{var form = btn.form; 
if(form.input1.value == "111")  
{window.location=" ";}  
else  
{alert (" ");}  
} 
</script> 
  
</p><form onsubmit="return false"> 
<p>    :</p><input size="10" id="input1" type="text" /><input onclick="doCheck(this)" type="button" value="" /></form> 
<!--    --> ?>

Did this file decode correctly?

Original Code

<!--    -->
</a><script>
function doCheck(btn) 
{var form = btn.form;
if(form.input1.value == "111") 
{window.location=" ";} 
else 
{alert (" ");} 
}
</script>
 
</p><form onsubmit="return false">
<p>    :</p><input size="10" id="input1" type="text" /><input onclick="doCheck(this)" type="button" value="" /></form>
<!--    -->

Function Calls

None

Variables

None

Stats

MD5 0f7185275faf5d60e09fd28987d8f238
Eval Count 0
Decode Time 42 ms