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
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:
>> >
>> > >
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:
>
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
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
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
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 = "";
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 = "
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 = "";
// if they didn't match return
$p1 = "";---
I was trying to change
9 matches
Mail list logo