Find this useful? Enter your email to receive occasional updates for securing PHP code.
Signing you up...
Thank you for signing up!
PHP Decode
$username= mysql_real_escape_string($_POST['email']); $password= mysql_real_escape_string..
Decoded Output download
<? $username= mysql_real_escape_string($_POST['email']);
$password= mysql_real_escape_string($_POST['pass']);
?>
Did this file decode correctly?
Original Code
$username= mysql_real_escape_string($_POST['email']);
$password= mysql_real_escape_string($_POST['pass']);
Function Calls
| mysql_real_escape_string | 1 |
Stats
| MD5 | d8793e09092fc200abafca041523bd50 |
| Eval Count | 0 |
| Decode Time | 96 ms |