RE: [PHP-WIN] Authentication Scripts

2001-11-19 Thread Ross Fleming
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

Re: [PHP-WIN] Authentication Scripts

2001-11-18 Thread Todd Williamsen
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

RE: [PHP-WIN] Authentication Scripts

2001-11-18 Thread Ross Fleming
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