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 $data = base64_decode('U3RhcywgaGFwcHkgYmlydGhkYXksIGJybyE='); echo $data; ?>..

Decoded Output download

<?php  
$data = base64_decode('U3RhcywgaGFwcHkgYmlydGhkYXksIGJybyE=');
echo $data; 
?>

Did this file decode correctly?

Original Code

<?php  
$data = base64_decode('U3RhcywgaGFwcHkgYmlydGhkYXksIGJybyE=');
echo $data; 
?>

Function Calls

base64_decode 1

Variables

$data Stas, happy birthday, bro!

Stats

MD5 e430d53ee8c9b0d8822d265f2bfe9335
Eval Count 0
Decode Time 306 ms