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

Signing you up...

Thank you for signing up!

PHP Decode

<form name ="scrdata" action="index.php" method="post"> <table width="300" border="0" cel..

Decoded Output download

<?  <form name ="scrdata" action="index.php" method="post"> 
<table width="300" border="0" cellspacing="0" cellpadding="0"> 
<tr> 
<td>Name:</td> 
<td>input name="textName" type="text" ></td> 
</tr> 
<tr> 
<td>Favourite colour:</td> 
<td> 
<selct name ="Favcolour"> 
<option value="red">Red</option> 
<option value="green">Green</option> 
<option value="blue">Blue</option> 
<option value="yellow">Yellow</option> 
</select> 
</td> 
</tr> 
<tr><td colspan="2" align="right">input type="submit" /></td></tr> 
</table> 
</form> ?>

Did this file decode correctly?

Original Code

<form name ="scrdata" action="index.php" method="post">
<table width="300" border="0" cellspacing="0" cellpadding="0">
<tr>
<td>Name:</td>
<td>input name="textName" type="text" ></td>
</tr>
<tr>
<td>Favourite colour:</td>
<td>
<selct name ="Favcolour">
<option value="red">Red</option>
<option value="green">Green</option>
<option value="blue">Blue</option>
<option value="yellow">Yellow</option>
</select>
</td>
</tr>
<tr><td colspan="2" align="right">input type="submit" /></td></tr>
</table>
</form>

Function Calls

None

Variables

None

Stats

MD5 a6a855af1a34e87572dcd73881f255d2
Eval Count 0
Decode Time 81 ms