Find this useful? Enter your email to receive occasional updates for securing PHP code.
Signing you up...
Thank you for signing up!
PHP Decode
<div id="notificationLayout"> <h1><?= $params['name']; ?></h1> <h3><?= $params['ti..
Decoded Output download
<div id="notificationLayout">
<h1><?= $params['name']; ?></h1>
<h3><?= $params['title']; ?></h3>
<p><?= $message; ?></p>
</div>
Did this file decode correctly?
Original Code
<div id="notificationLayout">
<h1><?= $params['name']; ?></h1>
<h3><?= $params['title']; ?></h3>
<p><?= $message; ?></p>
</div>
Function Calls
None |
Stats
MD5 | 4d7321ebdc932605f9d1b8d6ed2ad5dd |
Eval Count | 0 |
Decode Time | 99 ms |