Registered server processing page reg. asp:
<%
Response. buffer = true
Dim name
Name = "'" & REQUEST. FORM ("name ")&"'"
Code = "'" & rEQUEST. FORM ("password ")&"'"
Set conn = Server. CreateObject ("ADODB. Connection ")
DBPath = Server. MapPath ("author. mdb ")
Conn. Open "driver = {Microsoft Access Driver (*. mdb)}; dbq =" & DBPath
SQL = "SELECT * FROM author"
Set rs = Server. CreateObject ("ADODB. Recordset ")
Rs. open SQL, conn, 1, 1
Do while not rs. eof
If rs ("authorname") = name then %>
This user name has been registered. Please register it again!
<% Response. end
Exit do
Else
Rs. movenext
End if
Loop
Conn. Execute "insert into author (authorname, password) Values (" & name & "," & code &")"
RS. Close
Conn. Close %>
<B> <% = name %> </B> you have registered successfully! <P>
<A href = "dispbbs. asp"> Return to Forum </a>
<A href = "bbs_add.asp"> I want to speak </a>
The content source of this page is from Internet, which doesn't represent Alibaba Cloud's opinion;
products and services mentioned on that page don't have any relationship with Alibaba Cloud. If the
content of the page makes you feel confusing, please write us an email, we will handle the problem
within 5 days after receiving your email.
If you find any instances of plagiarism from the community, please send an email to:
info-contact@alibabacloud.com
and provide relevant evidence. A staff member will contact you within 5 working days.
A Free Trial That Lets You Build Big!
Start building with 50+ products and up to 12 months usage for Elastic Compute Service