欧美bbbwbbbw肥妇,免费乱码人妻系列日韩,一级黄片

如何讓用戶也能修改密碼?

 更新時間:2006年11月16日 00:00:00   作者:  

<%

id = Request("id")

newpassword = Request("password")

newpasswordtemp = Request("passwordtemp")

If newpassword <> newpasswordtemp Then

Response.Write "<center>對不起,密碼未能確認,請重新輸入!</center>"

Response.End

End If

 

Set conn = Server.CreateObject("ADODB.Connection")

DBPath = Server.MapPath("userinfo.mdb")

conn.Open "driver={Microsoft Access Driver (*.mdb)};dbq=" & DBPath

Set rs = Server.CreateObject("ADODB.Recordset")

sql="update userinfo set 密碼='" & newpassword & "' where id="&id

rs.Open sql, conn, adOpenDynamic, adLockPessimistic

%> 

 

[1]

相關(guān)文章

最新評論