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 class="mx-2 mb-1 mt-<?php echo $marginTop ?>"> <span class="px-1 bg-<?php echo $b..

Decoded Output download

<div class="mx-2 mb-1 mt-<?php echo $marginTop ?>">
    <span class="px-1 bg-<?php echo $bgColor ?> text-<?php echo $fgColor ?> uppercase"><?php echo $title ?></span>
    <span class="<?php if ($title) {
        echo 'ml-1';
    } ?>">
        <?php echo htmlspecialchars($content) ?>
    </span>
</div>

Did this file decode correctly?

Original Code

<div class="mx-2 mb-1 mt-<?php echo $marginTop ?>">
    <span class="px-1 bg-<?php echo $bgColor ?> text-<?php echo $fgColor ?> uppercase"><?php echo $title ?></span>
    <span class="<?php if ($title) {
        echo 'ml-1';
    } ?>">
        <?php echo htmlspecialchars($content) ?>
    </span>
</div>

Function Calls

htmlspecialchars 1

Variables

None

Stats

MD5 3d12b323dc440ee346326dacab7d8769
Eval Count 0
Decode Time 107 ms