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

Signing you up...

Thank you for signing up!

PHP Decode

<!DOCTYPE html> <html> <head> <title></title> </head> <body> <?php ..

Decoded Output download

<!DOCTYPE html> 
<html> 
    <head> 
		<title></title> 
	</head> 
	<body> 
    <?php 
       $myName = "Yasir"; 
    if ($myName < 5) 
    { 
        echo " You have a short name"; 
    } 
    elseif ($myName = 5 ) 
    { 
        echo " you just have a butifule name"; 
    } 
    else 
    { 
        echo " It's OK"; 
    ?> 
    </body> 
</html>

Did this file decode correctly?

Original Code

<!DOCTYPE html>
<html>
    <head>
		<title></title>
	</head>
	<body>
    <?php
       $myName = "Yasir";
    if ($myName < 5)
    {
        echo " You have a short name";
    }
    elseif ($myName = 5 )
    {
        echo " you just have a butifule name";
    }
    else
    {
        echo " It's OK";
    ?>
    </body>
</html>

Function Calls

None

Variables

None

Stats

MD5 c405bc5395bde9959b031da9509af9bc
Eval Count 0
Decode Time 85 ms