Find this useful? Enter your email to receive occasional updates for securing PHP code.
Signing you up...
Thank you for signing up!
PHP Decode
<? php print "Not found: " . urldecode($_SERVER["REQUEST_URI"]); ?>..
Decoded Output download
<? php
print "Not found: " . urldecode($_SERVER["REQUEST_URI"]);
?>
Did this file decode correctly?
Original Code
<? php
print "Not found: " . urldecode($_SERVER["REQUEST_URI"]);
?>
Function Calls
None |
Stats
MD5 | dd91304ab41df085931e740d159801d1 |
Eval Count | 0 |
Decode Time | 72 ms |