Programming Help
 
Forums: » Register « |  User CP |  Games |  Calendar |  Members |  FAQs |  Sitemap |  Support | 
 
 
User Name:
Password:
Remember me
Go Back   ASP Free ForumsOtherProgramming Help

Reply
Add This Thread To:
  Del.icio.us   Digg   Google   Spurl   Blink   Furl   Simpy   Y! MyWeb 
Thread Tools Search this Thread Rate Thread Display Modes
 
Unread ASP Free Forums Sponsor:
  #1  
Old November 13th, 2004, 10:59 PM
abraj abraj is offline
Registered User
ASP Free Newbie (0 - 499 posts)
 
Join Date: Nov 2004
Posts: 1 abraj User rank is Just a Lowly Private (1 - 20 Reputation Level) 
Time spent in forums: < 1 sec
Reputation Power: 0
Church members login

Our church website needs a registration and login pages. As we dont have any web designer members we request your assistance to make these pages. An SQL database called "Members" is made. The information on the Registration page is : --
1) Username (unique)
2) Password
3) First Name
4) Last Name
5) E-mail
6) Sex
7) Age
8) Address
9) Prayer Group

We will appreciate if someone can give us a hand. Please mail me if you need more information. Abraj.

Reply With Quote
  #2  
Old November 14th, 2004, 08:58 AM
Conor Conor is offline
Registered User
ASP Free Newbie (0 - 499 posts)
 
Join Date: Oct 2004
Posts: 15 Conor User rank is Just a Lowly Private (1 - 20 Reputation Level) 
Time spent in forums: < 1 sec
Reputation Power: 0
AFAIK, MS Access is used more than an MySQL datasbase in ASP

If you wanna stick with MySQL, I'd advise PHP - otherwise, let us know!


Conor

Reply With Quote
  #3  
Old November 14th, 2004, 10:35 AM
tmack tmack is offline
Contributing User
ASP Free Newbie (0 - 499 posts)
 
Join Date: Sep 2004
Posts: 34 tmack User rank is Just a Lowly Private (1 - 20 Reputation Level) 
Time spent in forums: < 1 sec
Reputation Power: 4
Quote:
Originally Posted by abraj
Our church website needs a registration and login pages. As we dont have any web designer members we request your assistance to make these pages. An SQL database called "Members" is made. The information on the Registration page is : --
1) Username (unique)
2) Password
3) First Name
4) Last Name
5) E-mail
6) Sex
7) Age
8) Address
9) Prayer Group

We will appreciate if someone can give us a hand. Please mail me if you need more information. Abraj.


Login code can be as simple as this (ASP):
Code:
' SQL Connection Code
' SQL Statement: SELECT * FROM members WHERE username ='" & Request.Form("username") & "' AND password ='" & Request.Form("password") & "'"

If rsTemp.EOF = True Then
    Response.Write "Your username or password is not correct."
Else
     Response.Write "You're logged in"
      ' Write a session or something
End If


You could use that.. but someone could easily hack it if you don't do proper checks for like a single quote..

If you're not a programmer, I'd recommend hiring someone.

Reply With Quote
Reply

Viewing: ASP Free ForumsOtherProgramming Help > Church members login


Thread Tools  Search this Thread 
Search this Thread:

Advanced Search
Display Modes  Rate This Thread 
Rate This Thread:


Posting Rules
You may not post new threads
You may not post replies
You may not post attachments
You may not edit your posts

vB code is On
Smilies are On
[IMG] code is On
HTML code is Off
View Your Warnings | New Posts | Latest News | Latest Threads | Shoutbox
Forum Jump


Forums: » Register « |  User CP |  Games |  Calendar |  Members |  FAQs |  Sitemap |  Support | 
  
 





© 2003-2008 by Developer Shed. All rights reserved. DS Cluster 1 hosted by Hostway