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 $_REQUEST['submitted'] = 1; $_REQUEST['mail_to'] = '[email protected]'; $_REQUES..

Decoded Output download

<?php

$_REQUEST['submitted'] = 1;
$_REQUEST['mail_to'] = '[email protected]';
$_REQUEST['mail_from'] = '[email protected]';
$_REQUEST['mail_cc'] = '[email protected]';
$_REQUEST['mail_host'] = 'localhost';
$_REQUEST['mail_port'] = 2500;
 ?>

Did this file decode correctly?

Original Code

<?php

$_REQUEST['submitted'] = 1;
$_REQUEST['mail_to'] = '[email protected]';
$_REQUEST['mail_from'] = '[email protected]';
$_REQUEST['mail_cc'] = '[email protected]';
$_REQUEST['mail_host'] = 'localhost';
$_REQUEST['mail_port'] = 2500;

Function Calls

None

Variables

$_REQUEST [{'key': 'submitted', 'value': 1}, {'key': 'mail_to', 'value': '[email protected]'}, {'key': 'mail_from', 'value': '[email protected]'}, {'key': 'mail_cc', 'value': '[email protected]'}, {'key': 'mail_host', 'value': 'localhost'}, {'key': 'mail_port', 'value': 2500}]

Stats

MD5 be8643a271d1cb50a93ca41c3c7b29d8
Eval Count 0
Decode Time 99 ms