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 http-equi..

Decoded Output download

<?  <!DOCTYPE html> 
<html lang="en"> 
<head> 
    <meta charset="UTF-8"> 
    <meta http-equiv="X-UA-Compatible" content="IE=edge"> 
    <meta name="viewport" content="width=device-width, initial-scale=1.0"> 
    <title>Document</title> 
    <style> 
        input{ 
            margin:10px; 
            min-width: 300px; 
        } 
 
    </style> 
</head> 
<body> 
 
<h1> Add Friend </h1> 
 
<form method="post"> 
        <input type="text" name="FullName" placeholder="Full Name"> <br> 
        <input type="date" name="DateOfBirth" placeholder="Date Of Birth"> <br> 
        <input type="text" name="Email" placeholder="Email"> <br> 
        <input type="text" name="PhoneNumber" placeholder="Phone Number"> <br> 
        <input type="text" name="Address" placeholder="Address"> <br> 
        <input type="submit" name="sent" value="Submit"> 
    </form> 
     
 
</body> 
</html> ?>

Did this file decode correctly?

Original Code

<!DOCTYPE html>
<html lang="en">
<head>
    <meta charset="UTF-8">
    <meta http-equiv="X-UA-Compatible" content="IE=edge">
    <meta name="viewport" content="width=device-width, initial-scale=1.0">
    <title>Document</title>
    <style>
        input{
            margin:10px;
            min-width: 300px;
        }

    </style>
</head>
<body>

<h1> Add Friend </h1>

<form method="post">
        <input type="text" name="FullName" placeholder="Full Name"> <br>
        <input type="date" name="DateOfBirth" placeholder="Date Of Birth"> <br>
        <input type="text" name="Email" placeholder="Email"> <br>
        <input type="text" name="PhoneNumber" placeholder="Phone Number"> <br>
        <input type="text" name="Address" placeholder="Address"> <br>
        <input type="submit" name="sent" value="Submit">
    </form>
    

</body>
</html>

Function Calls

None

Variables

None

Stats

MD5 f6b997dfff602f85a468b03a642222bc
Eval Count 0
Decode Time 36 ms