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 lang="en"> <head> <meta charset="UTF-8"> <meta name="vie..

Decoded Output download

<?  <!DOCTYPE html> 
<html lang="en"> 
<head> 
    <meta charset="UTF-8"> 
    <meta name="viewport" content="width=device-width, initial-scale=1.0"> 
    <meta http-equiv="X-UA-Compatible" content="ie=edge"> 
    <title>SweetTooth</title> 
</head> 
<body> 
    <!--  --> 
    <img src="./cookie.jpg" alt=""> 
</body> 
</html> 
 ?>

Did this file decode correctly?

Original Code

<!DOCTYPE html>
<html lang="en">
<head>
    <meta charset="UTF-8">
    <meta name="viewport" content="width=device-width, initial-scale=1.0">
    <meta http-equiv="X-UA-Compatible" content="ie=edge">
    <title>SweetTooth</title>
</head>
<body>
    <!--  -->
    <img src="./cookie.jpg" alt="">
</body>
</html>

Function Calls

None

Variables

None

Stats

MD5 b745db560eb5541dfa09d248c7fa832d
Eval Count 0
Decode Time 98 ms