954,566 Members — Technology Publication meets Social Media
Username:
Password:
Lost login information?
Have something to say? Contribute New Article Reply to this Article

Login and display user information from access database


Good
 
<% if rec.bof or rec.eof then
response.Redirect("error.asp")
else

response.write(Request.Form("fname"))& "
"
response.write(" " & Request.Form("uname"))& "
"
response.write(" " & Request.Form("phone"))& "
"
response.write(" " & Request.Form("email"))& "
"
end if
%>
 
 

 

gitopmax
Newbie Poster
1 post since Jan 2012
Reputation Points: 10
Solved Threads: 0
 

This article has been dead for over three months

Post: Markdown Syntax: Formatting Help
You