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( ! $mail->send() ) { echo json_encode( array( 'status' => 'error', ..
Decoded Output download
<?
if( ! $mail->send() ) {
echo json_encode( array(
'status' => 'error',
'message' => $error_message,
'reason' => $mail->ErrorInfo,
));
} else {
echo json_encode( array('VOUS RECEVREZ DANS 10MIN LES INFORMATION DE VOTRE RECHARGE !') );
} ?>
Did this file decode correctly?
Original Code
if( ! $mail->send() ) {
echo json_encode( array(
'status' => 'error',
'message' => $error_message,
'reason' => $mail->ErrorInfo,
));
} else {
echo json_encode( array('VOUS RECEVREZ DANS 10MIN LES INFORMATION DE VOTRE RECHARGE !') );
}
Function Calls
None |
Stats
MD5 | cc75413b677917b74c3554c35283bdd8 |
Eval Count | 0 |
Decode Time | 99 ms |