Re: login verification problem

2000-08-05 Thread Jake Hileman
r" <[EMAIL PROTECTED]> To: <[EMAIL PROTECTED]> Sent: Monday, July 31, 2000 11:19 PM Subject: Re: login verification problem > Try this. Query for the information WHERE (LoginName='#LoginName#' AND > Password='#Password#') as you did below. > > >

Re: login verification problem

2000-07-31 Thread Jennifer
At 11:15 PM 7/31/00 -0400, you wrote: >I might not follow this correctly, but loginname will ALWAYS be equal to >LoginName.. sort of like: > > >Al >A1webs > > > > Hey! You guys are thinking! That's not fair! -- Archives:

Re: login verification problem

2000-07-31 Thread Al Musella, DPM
I might not follow this correctly, but loginname will ALWAYS be equal to LoginName.. sort of like: Al A1webs > -- Archives: http://www.mail-archive.com/cf-talk@houseoffusion.com/ To Unsubscribe visit http://www.hous

Re: login verification problem

2000-07-31 Thread Jennifer
Try this. Query for the information WHERE (LoginName='#LoginName#' AND Password='#Password#') as you did below. You are attempting to gain access into a restricted area. You could also run a query for Loginname WHERE (LoginName='#LoginName#' AND Password='#Password#') and run the second qu

Re: login verification problem

2000-07-31 Thread Todd Ashworth
PROTECTED]> To: <[EMAIL PROTECTED]> Sent: Monday, July 31, 2000 10:36 PM Subject: login verification problem > Hi, > > Here's my problem, I've got a login page, in which when you login, you are > presented with your specific details that you filled out etc...

login verification problem

2000-07-31 Thread Mark Smeets
Hi, Here's my problem, I've got a login page, in which when you login, you are presented with your specific details that you filled out etc... Now, the problem is, if I just put in whatever text for the login and the password (obviously not stored in the database under that persons entry) ins