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 $title='test'; echo $title; ?>..
Decoded Output download
<?php
$title='test';
echo $title;
?>
Did this file decode correctly?
Original Code
<?php
$title='test';
echo $title;
?>
Function Calls
None |
Stats
MD5 | 3e641d4d1e798ae26d8f201f829c95a1 |
Eval Count | 0 |
Decode Time | 39 ms |