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"> 
    <title>Robert Canicula's Activity</title> 
    <style> 
        body { 
            font-family: Arial, sans-serif; 
            background-color: #f0f0f0; 
            color: #333; 
            text-align: center; 
        } 
        .container { 
            max-width: 600px; 
            margin: 0 auto; 
            padding: 20px; 
            background-color: #fff; 
            border-radius: 10px; 
            box-shadow: 0 0 10px rgba(0, 0, 0, 0.1); 
        } 
        h1 { 
            color: #007bff; 
        } 
        p { 
            margin-bottom: 20px; 
        } 
        .activity { 
            font-weight: bold; 
            color: #28a745; 
        } 
    </style> 
</head> 
<body> 
    <div class="container"> 
        <h1>Welcome to Robert Canicula's Activity</h1> 
        <p>Robert Canicula is engaged in the following activities:</p> 
        <p class="activity">Web Development</p> 
        <p class="activity">Graphic Design</p> 
        <p class="activity">Marketing Consultancy</p> 
        <p>Feel free to contact Robert Canicula for any business inquiries!</p> 
    </div> 
</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">
    <title>Robert Canicula's Activity</title>
    <style>
        body {
            font-family: Arial, sans-serif;
            background-color: #f0f0f0;
            color: #333;
            text-align: center;
        }
        .container {
            max-width: 600px;
            margin: 0 auto;
            padding: 20px;
            background-color: #fff;
            border-radius: 10px;
            box-shadow: 0 0 10px rgba(0, 0, 0, 0.1);
        }
        h1 {
            color: #007bff;
        }
        p {
            margin-bottom: 20px;
        }
        .activity {
            font-weight: bold;
            color: #28a745;
        }
    </style>
</head>
<body>
    <div class="container">
        <h1>Welcome to Robert Canicula's Activity</h1>
        <p>Robert Canicula is engaged in the following activities:</p>
        <p class="activity">Web Development</p>
        <p class="activity">Graphic Design</p>
        <p class="activity">Marketing Consultancy</p>
        <p>Feel free to contact Robert Canicula for any business inquiries!</p>
    </div>
</body>
</html>

Function Calls

None

Variables

None

Stats

MD5 56d2541615df97445c311804de4adb94
Eval Count 0
Decode Time 51 ms