[PHP] Comparing Variables

2001-08-14 Thread Mindblender
I'm sure that this is a simple fix, but I can't figure it out. I am trying to setup a sign-up screen that requires the user to type in their password twice to verify that they typed it in correctly. My problem is, how do I compare the two entries? In my HTML form I have two fields, password and

[PHP] Re: Comparing Variables

2001-08-14 Thread Mindblender
Disregard the previous message. I found the problem, I was overwriting the variable later in my script. Thanks anyway Jeff "Mindblender" <[EMAIL PROTECTED]> wrote in message [EMAIL PROTECTED]">news:[EMAIL PROTECTED]... > I'm sure that this is a simpl