用asp(三)开发在线考试程序
This page takes the contents of the form domain from the register.asp and inserts them into it.It is important to note that the username must be unique.So, first query
验证输入的用户名已经存在。如果是这样的话,用户是重新对register.asp页,请选择其他用户名。如果用户
名称是新的,输入的内容被传递。
sql_findmember =select count(*)从loginuser,用户名为用户名
集rs_findmember =应用(连接)执行(sql_findmember)。
如果rs_findmember(0)0
会话(消息)=条目已较早插入…请尝试另一个日志)
response.redirect登记。ASP
最后如果
如果rs_findmember(0)= 0
sql_insert =插入loginuser(用户名、密码_ useremail,)
值('username ',' useremail ','密码'
集rs_insert =应用(连接)执行(sql_insert)。
会话(消息)=条目已插入…谢谢你
response.redirect 指标。ASP
最后如果
这样,如果返回的值rs_findmember(0)是0,这意味着用户的名字不在存在名称和名称进入。会员可以使用站
这一点的其他部分。反之,如果返回的值rs_findmember(0)大于0,用户被定向到首页填写新用户
名称。
还要注意,在向中心插入数据之前,有一些事情需要警惕。替换函数用于确保当访问者键入时,您需要使用''。
对于。
用户名=取代(要求表单(txt_name ),,,)