Find this useful? Enter your email to receive occasional updates for securing PHP code.
Signing you up...
Thank you for signing up!
PHP Decode
<html> <body> <form action="welcome.php" method="POST"> Name: <input type="text" name..
Decoded Output download
<? <html>
<body>
<form action="welcome.php" method="POST">
Name: <input type="text" name="name"><br>
E-mail: <input type="text" name="email"><br>
<input type="submit">
</form>
</body>
</html> ?>
Did this file decode correctly?
Original Code
<html>
<body>
<form action="welcome.php" method="POST">
Name: <input type="text" name="name"><br>
E-mail: <input type="text" name="email"><br>
<input type="submit">
</form>
</body>
</html>
Function Calls
None |
Stats
MD5 | e0facc5a5aa90d05b8c62afe8a992441 |
Eval Count | 0 |
Decode Time | 47 ms |