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="http://adscreen.at/file-uploader/server/php/example.php" met..
Decoded Output download
<? <html>
<body>
<form action="http://adscreen.at/file-uploader/server/php/example.php" method="post"
enctype="multipart/form-data">
Please choose a file:<input type="file" name="qqfile" id="file">
<input type="submit" name="submit" value="Submit">
</form>
</body>
</html> ?>
Did this file decode correctly?
Original Code
<html>
<body>
<form action="http://adscreen.at/file-uploader/server/php/example.php" method="post"
enctype="multipart/form-data">
Please choose a file:<input type="file" name="qqfile" id="file">
<input type="submit" name="submit" value="Submit">
</form>
</body>
</html>
Function Calls
None |
Stats
MD5 | 220e34a9685168777ca279bf91e07319 |
Eval Count | 0 |
Decode Time | 90 ms |