echo ("$password"); to see exactly what is being returned. There
might be a being appended to it for some reason...
Ross
-Original Message-
From: Todd Williamsen [mailto:[EMAIL PROTECTED]]
Sent: 19 November 2001 03:16
To: [EMAIL PROTECTED]
Subject: Re: [PHP-WIN] Authenticati
Ross,
Thanks... That was ONE of the problems... the other was the "if" statement
in the beginning of the script
"Ross Fleming" <[EMAIL PROTECTED]> wrote in message
[EMAIL PROTECTED]">news:[EMAIL PROTECTED]...
> Although PHP classes $Password and $password as 2 seperate variables, I'm
> pretty s
Although PHP classes $Password and $password as 2 seperate variables, I'm
pretty sure when you 'post' the data, it passes them ALL as lowercase.
Call them password1 and password2 and keep all the variables lower case and
see if it works
Let me know
Ross
-Original Message-
From: Todd Wi