[請益] bind_result 小疑問
今天想做個基本的,會員登入系統,
$query = "SELECT username,password FROM guest WHERE $account=? AND
$account=?";
$stmt = $db->prepare($query);
$stmt->bind_param('ss',$account,$passwd);
$stmt->store_result();
$stmt->bind_result($my_account,$my_pass);
在bind_result的地方,能直接不用stmt->fetch()
直接取用它的參數($my_account和$my_pass)嗎?
--
※ 發信站: 批踢踢實業坊(ptt.cc), 來自: 49.213.185.143 (臺灣)
※ 文章網址: https://www.ptt.cc/bbs/PHP/M.1605324385.A.A21.html
推
11/14 21:21,
4年前
, 1F
11/14 21:21, 1F
→
11/14 21:21,
4年前
, 2F
11/14 21:21, 2F
→
11/14 21:21,
4年前
, 3F
11/14 21:21, 3F
→
11/15 05:53,
4年前
, 4F
11/15 05:53, 4F
→
11/15 13:08,
4年前
, 5F
11/15 13:08, 5F
→
11/15 13:08,
4年前
, 6F
11/15 13:08, 6F
PHP 近期熱門文章
PTT數位生活區 即時熱門文章