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 ?> <div class="box"> <?php if ($title): ?> <h2 class="title"><?php print $..

Decoded Output download

<?php 
?> 
 
<div class="box"> 
 
<?php if ($title): ?> 
  <h2 class="title"><?php print $title ?></h2> 
<?php endif; ?> 
 
  <div class="content"><?php print $content ?></div> 
</div><!-- /box -->

Did this file decode correctly?

Original Code

<?php
?>

<div class="box">

<?php if ($title): ?>
  <h2 class="title"><?php print $title ?></h2>
<?php endif; ?>

  <div class="content"><?php print $content ?></div>
</div><!-- /box -->

Function Calls

None

Variables

None

Stats

MD5 70ea20cd962fc9b47e2d867056878918
Eval Count 0
Decode Time 112 ms