PHP91493
exec($sql);
$\_SESSION\["userName"\] = $userName;
$st = $conn->query("select \* from admin where username='$userName' and password='$password'");
$rs = $st->fetch();
$\_SESSION\["userId"\] = $rs\["id"\];
PHP91493
http://example.com/php91493.html