Re: [PHP] Making a Password Confirmation in PHP

2010-06-25 Thread Andrew Ballard
On Fri, Jun 25, 2010 at 5:35 AM, Richard Quadling wrote: > And the fact that a browser will transmit as > plain text isn't a security issue? That's what SSL is for. Andrew -- PHP General Mailing List (http://www.php.net/) To unsubscribe, visit: http://www.php.net/unsub.php

Re: [PHP] Making a Password Confirmation in PHP

2010-06-25 Thread Richard Quadling
24, 2010 8:32 PM >> To: Floyd Resler >> Cc: PHP >> Subject: Re: [PHP] Making a Password Confirmation in PHP >> >> On Thu, 2010-06-24 at 14:29 -0400, Floyd Resler wrote: >> >> > On Jun 24, 2010, at 2:22 PM, Michael Calkins wrote: >> > >> > >

Re: [PHP] Making a Password Confirmation in PHP

2010-06-24 Thread Adam Richardson
t: Thursday, June 24, 2010 8:32 PM > > To: Floyd Resler > > Cc: PHP > > Subject: Re: [PHP] Making a Password Confirmation in PHP > > > > On Thu, 2010-06-24 at 14:29 -0400, Floyd Resler wrote: > > > > > On Jun 24, 2010, at 2:22 PM, Michael Calkins wrote: >

RE: [PHP] Making a Password Confirmation in PHP

2010-06-24 Thread Ashley Sheridan
On Thu, 2010-06-24 at 20:37 +0200, David Česal wrote: > Yes, it is. > > D > > -Original Message- > From: Ashley Sheridan [mailto:a...@ashleysheridan.co.uk] > Sent: Thursday, June 24, 2010 8:32 PM > To: Floyd Resler > Cc: PHP > Subject: Re: [PHP] Making

RE: [PHP] Making a Password Confirmation in PHP

2010-06-24 Thread David Česal
Yes, it is. D -Original Message- From: Ashley Sheridan [mailto:a...@ashleysheridan.co.uk] Sent: Thursday, June 24, 2010 8:32 PM To: Floyd Resler Cc: PHP Subject: Re: [PHP] Making a Password Confirmation in PHP On Thu, 2010-06-24 at 14:29 -0400, Floyd Resler wrote: > On Jun 24, 2

Re: [PHP] Making a Password Confirmation in PHP

2010-06-24 Thread Ashley Sheridan
On Thu, 2010-06-24 at 14:29 -0400, Floyd Resler wrote: > On Jun 24, 2010, at 2:22 PM, Michael Calkins wrote: > > > > > This is very straight forward, if password a and b are not equal to each > > other, how can I let the user know that with out losing all of the entered > > information on the

Re: [PHP] Making a Password Confirmation in PHP

2010-06-24 Thread Floyd Resler
On Jun 24, 2010, at 2:22 PM, Michael Calkins wrote: > > This is very straight forward, if password a and b are not equal to each > other, how can I let the user know that with out losing all of the entered > information on the registration form? > I was trying this: > ---$p1 = ""; > $p2 = "";

Re: [PHP] Making a Password Confirmation in PHP

2010-06-24 Thread Ashley Sheridan
On Thu, 2010-06-24 at 11:22 -0700, Michael Calkins wrote: > This is very straight forward, if password a and b are not equal to each > other, how can I let the user know that with out losing all of the entered > information on the registration form? > I was trying this: > ---$p1 = ""; > $p2 = "