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

Signing you up...

Thank you for signing up!

PHP Decode

$data = [ "\156\x61\x6d\x61\x5f\x6a\x75\162\165\x73\141\156" => $this->input..

Decoded Output download

<?   $data = [ 
            "nama_jurusan" => $this->input->post( 
                "nama_jurusan", 
                true 
            ), 
            "kode_jurusan" => $this->input->post( 
                "kode_jurusan", 
                true 
            ), 
        ]; 
        return $this->db->insert( 
            "master_jurusan", 
            $data 
        ); ?>

Did this file decode correctly?

Original Code

 $data = [
            "\156\x61\x6d\x61\x5f\x6a\x75\162\165\x73\141\156" => $this->input->post(
                "\x6e\141\x6d\x61\x5f\x6a\165\162\x75\163\x61\156",
                true
            ),
            "\x6b\x6f\x64\x65\137\152\x75\162\x75\163\141\156" => $this->input->post(
                "\x6b\x6f\x64\x65\137\152\165\x72\165\x73\x61\x6e",
                true
            ),
        ];
        return $this->db->insert(
            "\155\141\163\x74\145\162\137\x6a\x75\162\x75\163\x61\156",
            $data
        );

Function Calls

None

Variables

None

Stats

MD5 d003ff50d2f1e63f3aad2a5cf22c0e08
Eval Count 0
Decode Time 61 ms