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 include "rss.php"; $w=mysql_fetch_array(mysql_query("select alamat_website..

Decoded Output download

<?php 
  include "rss.php"; 
   
  $w=mysql_fetch_array(mysql_query("select alamat_website from identitas")); 
   
  header("location:$w[alamat_website]"); 
?> 

Did this file decode correctly?

Original Code

<?php
  include "rss.php";
  
  $w=mysql_fetch_array(mysql_query("select alamat_website from identitas"));
  
  header("location:$w[alamat_website]");
?>

Function Calls

None

Variables

None

Stats

MD5 21b633ce9dd24dec79af39d8f779cb9f
Eval Count 0
Decode Time 82 ms