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 echo '<input type="hidden" value="' .htmlspecialchars($data) . '" />'. "/n"; ?> ..

Decoded Output download

<?php 
echo '<input type="hidden" value="' .htmlspecialchars($data) . '" />'. "/n"; 
?> 

Did this file decode correctly?

Original Code

<?php
echo '<input type="hidden" value="' .htmlspecialchars($data) . '" />'. "/n";
?>

Function Calls

htmlspecialchars 1

Variables

None

Stats

MD5 0b76df25c18e2c6ceda025afe2b43a28
Eval Count 0
Decode Time 93 ms