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="pt-4"> @if (isset($link)) Create a new one <a href="{{ $li..

Decoded Output download

<?  <div class="pt-4">
    @if (isset($link))
        Create a new one
        <a href="{{ $link }}" class="underline dark:text-warning">
            here.
        </a>
    {{-- @else
        Use the magic
        bar (press <span class="kbd-custom">/</span>) to create a new one. --}}
    @endif
</div>
 ?>

Did this file decode correctly?

Original Code

<div class="pt-4">
    @if (isset($link))
        Create a new one
        <a href="{{ $link }}" class="underline dark:text-warning">
            here.
        </a>
    {{-- @else
        Use the magic
        bar (press <span class="kbd-custom">/</span>) to create a new one. --}}
    @endif
</div>

Function Calls

None

Variables

None

Stats

MD5 75be2357becc054f75dbe59740c8a63d
Eval Count 0
Decode Time 100 ms