Ana Sayfa > Ayarlar > Üyelik Ayarları
Üyelik Ayarları
<%
islem=request.QueryString("islem")
select case islem
case "Kaydet"
UserName=Temizle(Request.Form("UserName"))
Password=Temizle(Request.Form("Password"))
if cid="" or isnumeric(cid)=false then response.Redirect("sayfalar.asp")
conn.Execute("update Table_Member Set UserName='"& UserName &"',Password='"& Password &"' where ContentID="& cid &"")
%>
! Şifreler güncellendi...
<%end select%>
<%
Set TabContent = Conn.Execute("SELECT * FROM Table_Member" )
If not TabContent.EOF Then
%>
<%end if
TabContent.Close
%>