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 $title ..

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>

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>

Function Calls

None

Variables

None

Stats

MD5 2f21d3c70faf988f7f47ee9760cbe342
Eval Count 0
Decode Time 99 ms