Find this useful? Enter your email to receive occasional updates for securing PHP code.
Signing you up...
Thank you for signing up!
PHP Decode
if (empty($err)) { $login_id = $r1['login_id']; $sql1 = "select * from a..
Decoded Output download
<? if (empty($err)) {
$login_id = $r1['login_id'];
$sql1 = "select * from admin_access where login_id = '$login_id'";
$q1 = mysqli_query($connect, $sql1);
while ($r1 = mysqli_fetch_array($q1)) { ?>
Did this file decode correctly?
Original Code
if (empty($err)) {
$login_id = $r1['login_id'];
$sql1 = "select * from admin_access where login_id = '$login_id'";
$q1 = mysqli_query($connect, $sql1);
while ($r1 = mysqli_fetch_array($q1)) {
Function Calls
None |
Stats
MD5 | 3732ba0ff645deef087fe9a391628af9 |
Eval Count | 0 |
Decode Time | 45 ms |