Find this useful? Enter your email to receive occasional updates for securing PHP code.

Signing you up...

Thank you for signing up!

PHP Decode

$txt = "W3Schools.com"; echo "I love $txt!"; ..

Decoded Output download

$txt = "W3Schools.com";
echo "I love $txt!";

Did this file decode correctly?

Original Code

$txt = "W3Schools.com";
echo "I love $txt!";

Function Calls

None

Variables

$txt W3Schools.com

Stats

MD5 b516a913a8134392aa3279864a4b2704
Eval Count 0
Decode Time 65 ms