我正在尝试更新用户名 = $username 的字段
UPDATE userinfo SET password = $newpass WHERE username = $username
但是,当我替换$username
为bob
.
知道如何正确写这个吗?
我正在尝试更新用户名 = $username 的字段
UPDATE userinfo SET password = $newpass WHERE username = $username
但是,当我替换$username
为bob
.
知道如何正确写这个吗?